Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
14bdcc6ff98664552216acfdb7e35d0b128003ef
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
aa93af8
clover: Add allow_empty_tag.
by EdB
· 10 years ago
611d66f
clover: Add initial implementation of clCompileProgram for CL 1.2.
by EdB
· 10 years ago
fead2b0
clover: Add a simple compat::pair.
by EdB
· 10 years ago
5583459
clover/util: Allow using key_equals with pair-like objects other than std::pair.
by Francisco Jerez
· 10 years ago
e987fd5
clover/util: Define equality operators for a couple of compat classes.
by Francisco Jerez
· 10 years ago
1441a3c
clover/util: Fix construction of compat::vector with a general container as argument.
by Francisco Jerez
· 10 years ago
73dd50a
glsl: implement switch flow control using a loop
by Tapani Pälli
· 10 years ago
6212d24
vc4: Translate 4-byte index buffers to 2 bytes.
by Eric Anholt
· 10 years ago
572fba9
vc4: Add support for rebasing texture levels so firstlevel == 0.
by Eric Anholt
· 10 years ago
15eb4c5
vc4: Apply a Newton-Raphson step to improve RSQ
by Eric Anholt
· 10 years ago
1fc124b
vc4: Apply a Newton-Raphson step to improve RCP.
by Eric Anholt
· 10 years ago
0fdc511
vc4: Add a little bit more packet parsing to make dump reading easier.
by Eric Anholt
· 10 years ago
81041c4
meta/msaa-blit: consider weird sample count case unreachable
by Chris Forbes
· 10 years ago
4656c14
i965/fs: Change the type of booleans to UD and emit correct immediates
by Jason Ekstrand
· 10 years ago
ffe582a
i965/fs: Don't pass ir_variable * to emit_sampleid_setup().
by Kenneth Graunke
· 10 years ago
9ebfb30
vc4: Make some assertions about how many flushes/EOFs the simulator sees.
by Eric Anholt
· 10 years ago
1f70484
vc4: Fix accidental dropping of the low bits of the store tilebuffer packet.
by Eric Anholt
· 10 years ago
afc3aa3
vc4: Set the primitive list format at the start of rendering.
by Eric Anholt
· 10 years ago
895c904
vc4: Replace the FLUSH_ALL with FLUSH.
by Eric Anholt
· 10 years ago
000976e
vc4: Add some comments about state management.
by Eric Anholt
· 10 years ago
135287d
vc4: Make sure there's exactly 1 tile store per tile coords packet.
by Eric Anholt
· 10 years ago
c4db733
winsys/radeon: Use a single buffer cache manager again
by Michel Dänzer
· 10 years ago
e1d363b
clover: Add environment variables for dumping kernel code v2
by Tom Stellard
· 10 years ago
76136c2
clover: Register an llvm diagnostic handler v3
by Tom Stellard
· 10 years ago
8e7df51
clover: Add support for compiling to native object code v3
by Tom Stellard
· 10 years ago
8b7cc90
gallium: Add PIPE_SHADER_IR_NATIVE to enum pipe_shader_ir
by Tom Stellard
· 10 years ago
dc39b32
clover: Factor kernel argument parsing into its own function v2
by Tom Stellard
· 10 years ago
833d698
st/mesa: use pipe_sampler_view_release for releasing sampler views
by Marek Olšák
· 10 years ago
63c6509
mesa: Drop the "target" parameter from NewBufferObject().
by Kenneth Graunke
· 10 years ago
af31f93
glsl: Update and fix typos in README.
by Andres Gomez
· 10 years ago
2883aff
i965: Flag BRW_ATOMIC_COUNTER_BUFFER when a possible ABO is respecified
by Chris Forbes
· 10 years ago
Next »