index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: Add a writemask to store intrinsics.
Kenneth Graunke
2015-12-22
12
-19
/
+65
*
mesa: fix interface matching done in validate_io
Tapani Pälli
2015-12-22
1
-27
/
+88
*
mesa: add SSBOs to the list of fragment shader side effects
Iago Toral Quiroga
2015-12-22
1
-1
/
+3
*
i965: Ensure FS execution in presence of atomic buffers
Iago Toral Quiroga
2015-12-22
2
-5
/
+6
*
mesa: Add a _mesa_active_fragment_shader_has_side_effects helper
Iago Toral Quiroga
2015-12-22
3
-10
/
+14
*
i965: Implement gl_PatchVerticesIn by baking it into brw_tcs_prog_key.
Kenneth Graunke
2015-12-22
3
-1
/
+12
*
i965: Add tessellation control shaders.
Kenneth Graunke
2015-12-22
19
-2
/
+1195
*
i965: Add tessellation evaluation shaders
Kenneth Graunke
2015-12-22
13
-3
/
+627
*
nir: remove field only used in GLSL IR when assigning varying locations
Timothy Arceri
2015-12-22
2
-10
/
+0
*
nouveau: enable use of new kernel interfaces
Ben Skeggs
2015-12-22
2
-4
/
+0
*
nvc0: remove use of deprecated sw class identifier
Ben Skeggs
2015-12-22
1
-3
/
+5
*
nv50: fix g98+ vdec class allocation
Ben Skeggs
2015-12-22
1
-6
/
+51
*
nouveau: remove use of deprecated nouveau_device_wrap()
Ben Skeggs
2015-12-22
5
-9
/
+46
*
nouveau: fix screen creation failure paths
Ben Skeggs
2015-12-22
5
-25
/
+33
*
nouveau: return nouveau_screen from hw-specific creation functions
Ben Skeggs
2015-12-22
5
-11
/
+11
*
nouveau: remove use of deprecated nouveau_device::drm_version
Ben Skeggs
2015-12-22
7
-12
/
+15
*
nouveau: remove use of deprecated nouveau_device::fd
Ben Skeggs
2015-12-22
3
-1
/
+3
*
r600: fix viewport clipping handling (v2)
Dave Airlie
2015-12-22
3
-12
/
+15
*
radeonsi: fix viewport clipping handling. (v2)
Dave Airlie
2015-12-22
1
-1
/
+4
*
r600: drop VTX_CNT_EN write from initial state
Dave Airlie
2015-12-22
1
-8
/
+4
*
gallium/radeon: fix regression in a number of driver queries
Nicolai Hähnle
2015-12-21
1
-3
/
+3
*
i965: Only apply CS stall workaround pre-SKL
Ben Widawsky
2015-12-21
1
-2
/
+4
*
glx/dri3: a drawable might not be bound at wait time
Ilia Mirkin
2015-12-21
1
-2
/
+4
*
glsl: count attributes for vertex inputs properly.
Dave Airlie
2015-12-19
1
-1
/
+1
*
ralloc: Fix ralloc_adopt() to the old context's last child's parent.
Kenneth Graunke
2015-12-18
1
-0
/
+1
*
glsl: fix transform feedback for 64-bit outupts.
Dave Airlie
2015-12-19
2
-3
/
+30
*
glsl: fix partial marking for fp64 types.
Dave Airlie
2015-12-19
1
-0
/
+7
*
glsl: only update doubles inputs for vertex inputs.
Dave Airlie
2015-12-19
1
-1
/
+4
*
vc4: Do instruction scheduling on the QIR to hide texture fetch latency.
Eric Anholt
2015-12-18
4
-0
/
+624
*
vc4: Fix latency handling for QPU texture scheduling.
Eric Anholt
2015-12-18
1
-32
/
+50
*
vc4: Keep sample mask writes from being reordered after TLB writes
Eric Anholt
2015-12-18
1
-1
/
+2
*
glsl: fix count_attribute_slots to allow for different 64-bit handling
Dave Airlie
2015-12-19
5
-11
/
+30
*
glsl: use dual slot helper in the linker code.
Dave Airlie
2015-12-19
1
-10
/
+1
*
glsl/fp64: add helper for dual slot double detection.
Dave Airlie
2015-12-19
2
-9
/
+9
*
glsl: pass stage into mark function
Dave Airlie
2015-12-19
1
-4
/
+4
*
freedreno/ir3: fix 32-bit builds with pointer-to-int-cast error enabled
Rob Herring
2015-12-18
1
-1
/
+1
*
i965/vec4: Optimize predicate handling for any/all.
Matt Turner
2015-12-18
2
-18
/
+77
*
nir: Delete bany, ball, fany, fall.
Matt Turner
2015-12-18
7
-37
/
+5
*
glsl: Implement all(v) as all_equal(v, true).
Matt Turner
2015-12-18
1
-14
/
+2
*
glsl: Remove ir_unop_any.
Matt Turner
2015-12-18
9
-165
/
+5
*
glsl: Implement any(v) as any_nequal(v, false).
Matt Turner
2015-12-18
1
-1
/
+14
*
gallium/radeon: only dispose locally created target machine in radeon_llvm_co...
Nicolai Hähnle
2015-12-18
1
-2
/
+3
*
gallium/util: (trivial) include p_shader_tokens.h in u_simple_shaders.h
Roland Scheidegger
2015-12-18
1
-0
/
+1
*
draw: fix clip test with NaNs
Roland Scheidegger
2015-12-18
2
-14
/
+18
*
draw: fix pstipple and aaline stages wrt sampler_views/samplers
Roland Scheidegger
2015-12-18
2
-7
/
+9
*
swrast: move two global defines to the only place where they are used
Miklós Máté
2015-12-17
2
-2
/
+2
*
mesa: improve debug log in atifragshader
Miklós Máté
2015-12-17
1
-0
/
+3
*
program: fix comment about the fog formula
Miklós Máté
2015-12-17
1
-1
/
+1
*
mesa: Don't leak ATIfs instructions in DeleteFragmentShader
Miklós Máté
2015-12-17
1
-1
/
+1
*
configure.ac: use pkg-config for libelf
Jonathan Gray
2015-12-17
2
-3
/
+7
[next]