Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
0d5cb4aef45e97b35a45925d7e9e7c6ca45c1675
0d5cb4a
i965: Only call _mesa_load_state_parameters if prog exists.
by Kenneth Graunke
· 9 years ago
a122af6
i965: Switch TCS gl_program/gl_shader_program checks over to TES.
by Kenneth Graunke
· 9 years ago
9d35fec
i965: Remove unnecessary brw->tess_ctrl_program assertions.
by Kenneth Graunke
· 9 years ago
f46dbfa
i965: Consolidate BRW_NEW_TESS_{CTRL,EVAL}_PROGRAM flags.
by Kenneth Graunke
· 9 years ago
8498cb4
i965: Only call brw_upload_tcs/tes_prog when using tessellation.
by Kenneth Graunke
· 9 years ago
2bcf989
nir: Add a glsl_vec_type() helper.
by Kenneth Graunke
· 9 years ago
0daf51e
nir: Use writemasked store_vars in glsl_to_nir.
by Kenneth Graunke
· 9 years ago
7d53908
nir: Add a writemask to store intrinsics.
by Kenneth Graunke
· 9 years ago
50fc4a9
mesa: update gl_HelperInvocation support status in docs
by Tapani Pälli
· 9 years ago
f2be5b8
mesa: fix interface matching done in validate_io
by Tapani Pälli
· 9 years ago
5f8bb6f
mesa: add SSBOs to the list of fragment shader side effects
by Iago Toral Quiroga
· 9 years ago
9bbdd0e
i965: Ensure FS execution in presence of atomic buffers
by Iago Toral Quiroga
· 9 years ago
1a95b87
mesa: Add a _mesa_active_fragment_shader_has_side_effects helper
by Iago Toral Quiroga
· 9 years ago
57f7c85
i965: Implement gl_PatchVerticesIn by baking it into brw_tcs_prog_key.
by Kenneth Graunke
· 9 years ago
24be658
i965: Add tessellation control shaders.
by Kenneth Graunke
· 9 years ago
a503842
i965: Add tessellation evaluation shaders
by Kenneth Graunke
· 9 years ago
54daffe
nir: remove field only used in GLSL IR when assigning varying locations
by Timothy Arceri
· 9 years ago
a8c4747
nouveau: enable use of new kernel interfaces
by Ben Skeggs
· 9 years ago
5b614b1
nvc0: remove use of deprecated sw class identifier
by Ben Skeggs
· 9 years ago
33a3ba8
nv50: fix g98+ vdec class allocation
by Ben Skeggs
· 9 years ago
791a3e1
nouveau: remove use of deprecated nouveau_device_wrap()
by Ben Skeggs
· 9 years ago
323d4da
nouveau: fix screen creation failure paths
by Ben Skeggs
· 9 years ago
6c1bfff
nouveau: return nouveau_screen from hw-specific creation functions
by Ben Skeggs
· 9 years ago
1a9ec8e
nouveau: remove use of deprecated nouveau_device::drm_version
by Ben Skeggs
· 9 years ago
a458ffa
nouveau: remove use of deprecated nouveau_device::fd
by Ben Skeggs
· 9 years ago
a8abdf2
nouveau: bump required libdrm version to 2.4.66
by Ben Skeggs
· 9 years ago
d191066
r600: fix viewport clipping handling (v2)
by Dave Airlie
· 9 years ago
73e7c5f
radeonsi: fix viewport clipping handling. (v2)
by Dave Airlie
· 9 years ago
847f91f
r600: drop VTX_CNT_EN write from initial state
by Dave Airlie
· 9 years ago
ea8c0b1
gallium/radeon: fix regression in a number of driver queries
by Nicolai Hähnle
· 9 years ago
0865088
i965: Only apply CS stall workaround pre-SKL
by Ben Widawsky
· 9 years ago
f7b7145
glx/dri3: a drawable might not be bound at wait time
by Ilia Mirkin
· 9 years ago
37186c4
docs: add news item and link release notes for 11.0.8
by Emil Velikov
· 9 years ago
1c1994d
docs: add sha256 checksums for 11.0.8
by Emil Velikov
· 9 years ago
bb5adf0
docs: add release notes for 11.0.8
by Emil Velikov
· 9 years ago
97eee90
glsl: count attributes for vertex inputs properly.
by Dave Airlie
· 9 years ago
14193e4
ralloc: Fix ralloc_adopt() to the old context's last child's parent.
by Kenneth Graunke
· 9 years ago
b476c58
glsl: fix transform feedback for 64-bit outupts.
by Dave Airlie
· 9 years ago
64cfacf
glsl: fix partial marking for fp64 types.
by Dave Airlie
· 9 years ago
1fc39da
glsl: only update doubles inputs for vertex inputs.
by Dave Airlie
· 9 years ago
f1fb85e
vc4: Do instruction scheduling on the QIR to hide texture fetch latency.
by Eric Anholt
· 10 years ago
5278c64
vc4: Fix latency handling for QPU texture scheduling.
by Eric Anholt
· 9 years ago
960f488
vc4: Keep sample mask writes from being reordered after TLB writes
by Eric Anholt
· 9 years ago
5dc22ca
glsl: fix count_attribute_slots to allow for different 64-bit handling
by Dave Airlie
· 9 years ago
69ea662
glsl: use dual slot helper in the linker code.
by Dave Airlie
· 9 years ago
d97b060
glsl/fp64: add helper for dual slot double detection.
by Dave Airlie
· 9 years ago
9fbcd8e
glsl: pass stage into mark function
by Dave Airlie
· 9 years ago
b201a6e
freedreno/ir3: fix 32-bit builds with pointer-to-int-cast error enabled
by Rob Herring
· 9 years ago
bb9eb59
i965/vec4: Optimize predicate handling for any/all.
by Matt Turner
· 9 years ago
c8a74e3
nir: Delete bany, ball, fany, fall.
by Matt Turner
· 9 years ago
21cd298
glsl: Implement all(v) as all_equal(v, true).
by Matt Turner
· 9 years ago
2268a50
glsl: Remove ir_unop_any.
by Matt Turner
· 9 years ago
249bb89
glsl: Implement any(v) as any_nequal(v, false).
by Matt Turner
· 9 years ago
0a6a17b
gallium/radeon: only dispose locally created target machine in radeon_llvm_compile
by Nicolai Hähnle
· 9 years ago
61e5f8d
gallium/util: (trivial) include p_shader_tokens.h in u_simple_shaders.h
by Roland Scheidegger
· 9 years ago
6743c68
draw: fix clip test with NaNs
by Roland Scheidegger
· 9 years ago
44e87b7
draw: fix pstipple and aaline stages wrt sampler_views/samplers
by Roland Scheidegger
· 9 years ago
6723b61
swrast: move two global defines to the only place where they are used
by Miklós Máté
· 9 years ago
555f67c
mesa: improve debug log in atifragshader
by Miklós Máté
· 9 years ago
5150d56
program: fix comment about the fog formula
by Miklós Máté
· 9 years ago
7279453
mesa: Don't leak ATIfs instructions in DeleteFragmentShader
by Miklós Máté
· 9 years ago
6e44bbe
configura.ac: fix test for SSE4.1 assembler support
by Oded Gabbay
· 9 years ago
4ef44bb
configure: check for python2.7 for PYTHON2
by Jonathan Gray
· 9 years ago
7f585a6
configure.ac: use pkg-config for libelf
by Jonathan Gray
· 9 years ago
e97b207
i965/screen: Allow OpenGLES 3.1 for gen8+
by Jordan Justen
· 9 years ago
3b5d442
i965: Enable compute shaders in more cases for OpenGLES 3.1
by Jordan Justen
· 9 years ago
3e8a6e4
main/version: Don't require ARB_compute_shader for OpenGLES 3.1
by Jordan Justen
· 9 years ago
a9d9347
main: Allow compute shaders to be compiled with OpenGLES 3.1
by Jordan Justen
· 9 years ago
3507d0b
main: Add MESA_VERBOSE=api for LinkProgram & UseProgram
by Jordan Justen
· 9 years ago
257fb76
ir_to_mesa: Skip useless comparison instructions.
by Matt Turner
· 9 years ago
4a5cff2
glsl: Remove inverse() from GLSL 1.20 and 1.30.
by Kenneth Graunke
· 9 years ago
695ae81
nv50: free memory allocated by the prog which reads MP perf counters
by Samuel Pitoiset
· 9 years ago
f992d02
st/osmesa: add OSMesaCreateContextAttribs() function
by Brian Paul
· 9 years ago
a34e761
osmesa: add new OSMesaCreateContextAttribs function
by Brian Paul
· 9 years ago
c2c0983
svga: don't use debug code in update_state() in release builds
by Brian Paul
· 9 years ago
aeee7f2
nv50,nvc0: free memory allocated by performance metrics
by Samuel Pitoiset
· 9 years ago
9aca60b
nvc0: free memory allocated by the prog which reads MP perf counters
by Samuel Pitoiset
· 9 years ago
8022c74
nvc0: fix metric-achieved_occupancy calculation on Kepler
by Samuel Pitoiset
· 9 years ago
a87a142
st/va: remove fence handling v3
by Christian König
· 9 years ago
61cdb76
Revert "i965: Use MESA_FORMAT_B8G8R8X8_SRGB for RGB visuals"
by Neil Roberts
· 9 years ago
8c5310d
i965: Fix crash when calling glViewport with no surface bound
by Neil Roberts
· 9 years ago
4c7c9e4
mesa/blit: Don't require the same format for mulitisample blits
by Neil Roberts
· 9 years ago
89eb342
st/va: retrieve size from the temporary img variable
by Julien Isorce
· 9 years ago
8e195a6
draw: handle edge flags in llvm path
by Roland Scheidegger
· 9 years ago
13c0b1c
draw: don't set start_instance and instance id for pt emit
by Roland Scheidegger
· 9 years ago
d7cb163
nir/lower_system_values: Refactor and use the builder.
by Jason Ekstrand
· 9 years ago
f6910f0
nir/builder: Add a load_system_value helper
by Jason Ekstrand
· 9 years ago
ca5be00
nir/lower_system_values: Stop supporting non-SSA
by Jason Ekstrand
· 9 years ago
276837c
nvc0: remove old comment related to metric calculations
by Samuel Pitoiset
· 9 years ago
3858722
vc4: Add support for dumping executed commands to a file.
by Eric Anholt
· 10 years ago
07570ed
vc4: Import updated vc4_drm.h with hang state.
by Eric Anholt
· 9 years ago
c5b886b
vc4: Only update vc4->msaa when the framebuffer changes.
by Eric Anholt
· 9 years ago
f2cf2a6
vc4: Don't consider nr_samples==1 surfaces to be MSAA.
by Eric Anholt
· 9 years ago
da92f16
vc4: Fix min() wrapper definition for the simulator's kernel code.
by Eric Anholt
· 9 years ago
02bcb44
vc4: Warn instead of abort()ing on exec ioctl failures.
by Eric Anholt
· 9 years ago
a2140b0
docs: Replace sourceforge logo with a text link
by Andreas Boll
· 9 years ago
c8d9d28
radeonsi: fix perfcounter selection for SI_PC_MULTI_BLOCK layouts
by Nicolai Hähnle
· 9 years ago
149d049
gallium/radeon: remove unnecessary test in r600_pc_query_add_result
by Nicolai Hähnle
· 9 years ago
819543a
mesa/main: use BITSET_FOREACH_SET in perf_monitor_result_size
by Nicolai Hähnle
· 9 years ago
9c07739
docs: add news item and link release notes for 11.1.0
by Emil Velikov
· 9 years ago
Next »