Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
c76cc7bab09acec070117e432069ced04b4d6fa3
c76cc7b
mesa: Make _mesa_init_shader_program static
by Ian Romanick
· 10 years ago
cfe195f
mesa: Remove context parameter from _mesa_init_shader_program
by Ian Romanick
· 10 years ago
edcba62
glsl_to_tgsi: Remove st_new_shader
by Ian Romanick
· 10 years ago
deee3b0
glsl_to_tgsi: Remove st_new_shader_program
by Ian Romanick
· 10 years ago
a2dc16e
i965: Remove brw_new_shader_program
by Ian Romanick
· 10 years ago
9cdf2f7
mesa: Silence unused parameter warning in _mesa_clear_shader_program_data
by Ian Romanick
· 10 years ago
fefead3
linker: Rely on _mesa_clear_shader_program_data to clear link information
by Ian Romanick
· 10 years ago
7cbcff0
mesa: Add some missing clean-up to _mesa_clear_shader_program_data
by Ian Romanick
· 10 years ago
a3bfc7d
mesa: Remove prototypes for nonexistent functions
by Ian Romanick
· 10 years ago
1ac924a
ff_fragment_shader: Silence unused parameter warning in smear
by Ian Romanick
· 10 years ago
3e462d9
meta: Only use _mesa_ClipControl if the extension is supported
by Ian Romanick
· 10 years ago
f9a9054
docs: add news item and link release notes
by Emil Velikov
· 10 years ago
95d00f6
docs: Add sha256 sums for the 10.3.2 release
by Emil Velikov
· 10 years ago
95d31ab
Add release notes for the 10.3.2 release
by Emil Velikov
· 10 years ago
5d10462
i965/fs: Compute q-values for register allocation manually
by Jason Ekstrand
· 10 years ago
2ec161b
i965/fs: Don't interfere with too many base registers
by Jason Ekstrand
· 10 years ago
ee65f2b
i965/fs: Properly precolor payload registers on GEN5 in SIMD16
by Jason Ekstrand
· 10 years ago
1988b71
i965/fs: Add another use of MAX_VGRF_SIZE
by Jason Ekstrand
· 10 years ago
f84adb8
util: Use reg_belongs_to_class instead of BITSET_TEST
by Jason Ekstrand
· 10 years ago
701f739
llvmpipe: Ensure the packed input of the lp_test_format is aligned.
by José Fonseca
· 10 years ago
1ef6d43
llvmpipe: Flush stdout on lp_test_* unit tests.
by José Fonseca
· 10 years ago
5fc0e11
gallium: Enable ARB_clip_control for gallium drivers.
by Mathias Fröhlich
· 10 years ago
5608813
gallium: introduce PIPE_CAP_CLIP_HALFZ.
by Mathias Fröhlich
· 10 years ago
85edaa8
mesa: Handle clip control in meta operations.
by Mathias Fröhlich
· 10 years ago
34a3c97
mesa: Implement ARB_clip_control.
by Mathias Fröhlich
· 10 years ago
6340e60
mesa: Refactor viewport transform computation.
by Mathias Fröhlich
· 10 years ago
8c7ac37
vc4: Reuse uniform_data/contents indices when making uniforms.
by Eric Anholt
· 10 years ago
18ccda7
vc4: When asked to discard-map a whole resource, discard it.
by Eric Anholt
· 10 years ago
a71c3b8
vc4: Refactor flushing before mapping a BO.
by Eric Anholt
· 10 years ago
5282481
vc4: Allow dead code elimination of unused varyings.
by Eric Anholt
· 10 years ago
5d32e26
vc4: Add debug output to match shaderdb info to program dumps.
by Eric Anholt
· 10 years ago
14bdcc6
radeon: enable Hyper-Z on r600g and radeonsi by default
by Andreas Boll
· 10 years ago
76f27a6
i965: Silence unused variable warning.
by Matt Turner
· 10 years ago
40492be
i965/fs: Silence uninitialized variable warning.
by Matt Turner
· 10 years ago
2695891
util: Add assume() macro.
by Matt Turner
· 10 years ago
bbe9316
glapi: Fix compiler warning and script name
by Jan Vesely
· 10 years ago
4f1fec6
Revert "freedreno/a3xx: only emit dirty consts"
by Rob Clark
· 10 years ago
6eabc11
freedreno: fix PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE
by Rob Clark
· 10 years ago
ab53830
clover: Require libelf
by Jan Vesely
· 10 years ago
b4039cf
clover: use correct typenames for compat::pair's first/second
by Emil Velikov
· 10 years ago
c63eb5d
auxiliary/os: get the mmap/munmap wrappers working with android
by Emil Velikov
· 10 years ago
417b173
gallium/nouveau: fully build the driver under android
by Mauro Rossi
· 10 years ago
d897e7c
mesa/shaderimage.c: fix inconsistent sign warning
by Alon Levy
· 10 years ago
501baa6
wgl: stw_pixelformat_get_info: correct type for index variable
by Alon Levy
· 10 years ago
23080e4
u_math.h: fix 64 to 32 bit truncation warning
by Alon Levy
· 10 years ago
75ad4fe
gallivm: Fix build with LLVM 3.3.
by José Fonseca
· 10 years ago
065256d
gallivm: Properly update for removal of JITMemoryManager in LLVM 3.6.
by José Fonseca
· 10 years ago
3fd220e
gallivm: Fix white-space.
by José Fonseca
· 10 years ago
013ff2f
gallivm,llvmpipe,clover: Bump required LLVM version to 3.3.
by José Fonseca
· 10 years ago
9ad80d1
mesa: remove conditional render and rgtc from ES3 requirements
by Ilia Mirkin
· 10 years ago
c9a6ec1
u_blitter: put a comment on util_blitter_cache_all_shaders()
by Brian Paul
· 10 years ago
f82a84c
u_blitter: use ctx->bind_fs_state(), not pipe->bind_fs_state()
by Brian Paul
· 10 years ago
0bcd9f5
u_blitter: create basic fs shaders in util_blitter_cache_all_shaders()
by Brian Paul
· 10 years ago
27de89d
u_blitter: do error checking assertions for shader caching
by Brian Paul
· 10 years ago
7a652c4
glsl: Use signed array index in update_max_array_access()
by Anuj Phogat
· 10 years ago
6f0089e
glsl: Fix crash due to negative array index
by Anuj Phogat
· 10 years ago
8ec40ad
radeonsi: implement pipe_rasterizer_state::clip_halfz
by Marek Olšák
· 10 years ago
a3591da
r600g: implement pipe_rasterizer_state::clip_halfz
by Marek Olšák
· 10 years ago
8ddd2f7
r300g: implement pipe_rasterizer_state::clip_halfz
by Marek Olšák
· 10 years ago
ae87971
r600g: Drop references to destroyed blend state
by Michel Dänzer
· 10 years ago
6dc6e6e
i965/vec4: Generate better code for ir_triop_csel.
by Kenneth Graunke
· 10 years ago
f5c3f09
i965/vec4: Simplify visit(ir_expression *)'s result_src/dst setup.
by Kenneth Graunke
· 10 years ago
cb36e79
i965/vec4: Delete some dead code in visit(ir_expression *).
by Kenneth Graunke
· 10 years ago
4d34c4b
i965/fs: Generate better code for ir_triop_csel.
by Kenneth Graunke
· 10 years ago
32364a1
glsl: Delete unused gl_uniform_driver_format enum values.
by Kenneth Graunke
· 10 years ago
36310d9
freedreno/a3xx: fix depth/stencil restore format
by Rob Clark
· 10 years ago
2bc2ab6
freedreno/a3xx: fix viewport state during clear
by Rob Clark
· 10 years ago
3eb8289
freedreno: mark scissor state dirty when enable bit changes
by Rob Clark
· 10 years ago
01b757e
freedreno: clear vs scissor
by Rob Clark
· 10 years ago
1ab6543
clover: Fix build error with LLVM 3.4.
by Vinson Lee
· 10 years ago
43b2432
r600g,radeonsi: convert TGSI shader type to LLVM shader type
by Marek Olšák
· 10 years ago
c5a44cf
radeonsi: add some missing register definitions
by Marek Olšák
· 10 years ago
fc3b335
radeonsi: load ring resource descriptors only once
by Marek Olšák
· 10 years ago
d787608
radeonsi: clarify shader constant load functions
by Marek Olšák
· 10 years ago
55a9b77
radeonsi: statically declare resource and sampler arrays
by Marek Olšák
· 10 years ago
e827bb6
radeonsi: remove conversion of DX9 FACE input to GL
by Marek Olšák
· 10 years ago
a18f803
radeonsi: revert hack for random failures in glsl-max-varyings
by Marek Olšák
· 10 years ago
b9b0973
radeonsi: generate shader pm4 states right after shader compilation
by Marek Olšák
· 10 years ago
c94af8f
radeonsi: make pm4 state generation for shaders independent of the context
by Marek Olšák
· 10 years ago
139bde0
radeonsi: inline si_pm4_alloc_state
by Marek Olšák
· 10 years ago
22c5886
r300g: replace r300_get_num_samples with a util variant
by Marek Olšák
· 10 years ago
013850a
glsl_to_tgsi: use _mesa_copy_linked_program_data
by Marek Olšák
· 10 years ago
9ec305e
glsl_to_tgsi: fix the value of gl_FrontFacing with native integers
by Marek Olšák
· 10 years ago
e8764a4
st/mesa: add ST_DEBUG=wf option which enables wireframe rendering
by Marek Olšák
· 10 years ago
5f5b83c
gallium: add PIPE_SHADER_CAP_MAX_OUTPUTS and use it in st/mesa
by Marek Olšák
· 10 years ago
ef280c9
vc4: Fix SRC_ALPHA_SATURATE blending.
by Eric Anholt
· 10 years ago
cc29802
vc4: Fix stencil writemask handling.
by Eric Anholt
· 10 years ago
48f6351
vc4: Don't look at back stencil state unless two-sided stencil is enabled.
by Eric Anholt
· 10 years ago
4f17e02
freedreno/ir3: add debug flag to disable cp
by Rob Clark
· 10 years ago
f0ca267
freedreno: positions come out as integers, not half-integers
by Ilia Mirkin
· 10 years ago
3fcb021
freedreno/a3xx: disable early-z when we have kill's
by Rob Clark
· 10 years ago
8a0ffed
freedreno/ir3: fix potential gpu lockup with kill
by Rob Clark
· 10 years ago
ab33a24
freedreno/ir3: comment + better fxn name
by Rob Clark
· 10 years ago
94bb336
freedreno/a3xx: only emit dirty consts
by Rob Clark
· 10 years ago
74069e3
freedreno/a3xx: more layer/level fixes
by Rob Clark
· 10 years ago
aafbd89
mesa: fix 'feeedback' typo in comment
by Brian Paul
· 10 years ago
4676c6c
mesa: fix 'misalgned' typos in error messages
by Brian Paul
· 10 years ago
14379a0
glsl: fix several use-after-free bugs
by Brian Paul
· 10 years ago
953a0af
mesa: validate sampler uniforms during gluniform calls
by Tapani Pälli
· 10 years ago
01d9419
clover: Don't return CL_INVALID_VALUE if there is no header.
by EdB
· 10 years ago
Next »