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
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/radeon: remove build_intrinsic and build_tgsi_intrinsic
Marek Olšák
2015-07-31
4
-108
/
+58
*
gallivm: add LLVMAttribute parameter to lp_build_intrinsic
Marek Olšák
2015-07-31
7
-19
/
+24
*
gallium/util: clear up that debug_get_flags_option returns a 64-bit mask
Marek Olšák
2015-07-31
2
-7
/
+7
*
radeonsi: completely rework updating descriptors without CP DMA
Marek Olšák
2015-07-31
4
-271
/
+128
*
vc4: Lower uniform loads to scalar in NIR.
Eric Anholt
2015-07-30
2
-31
/
+81
*
vc4: Move some FS input lowering into NIR.
Eric Anholt
2015-07-30
2
-35
/
+50
*
vc4: Move program keys to the header file.
Eric Anholt
2015-07-30
2
-47
/
+49
*
vc4: Lower NIR inputs to scalar as well.
Eric Anholt
2015-07-30
2
-4
/
+44
*
vc4: Start adding a NIR-based output lowering pass.
Eric Anholt
2015-07-30
4
-7
/
+137
*
vc4: Mark our shaders as single-threaded.
Eric Anholt
2015-07-30
2
-0
/
+6
*
vc4: Avoid leaking indirect array access UBOs.
Eric Anholt
2015-07-30
1
-0
/
+2
*
vc4: Avoid overflowing various static tables.
Eric Anholt
2015-07-30
4
-4
/
+4
*
vc4: Fix return values from recent validation changes.
Eric Anholt
2015-07-30
1
-4
/
+4
*
radeonsi: enable GL4.1 and update documentation (v2)
Dave Airlie
2015-07-30
1
-1
/
+1
*
radeonsi: add GS multiple streams support (v2)
Dave Airlie
2015-07-30
6
-39
/
+127
*
gallium/auxiliary: Ensure c99_math.h is included.
Jose Fonseca
2015-07-29
1
-1
/
+2
*
targets/dri: scons: add missing link against libdrm
Emil Velikov
2015-07-29
1
-0
/
+2
*
svga: scons: remove unused HAVE_SYS_TYPES_H define
Emil Velikov
2015-07-29
2
-2
/
+0
*
gallium/auxiliary: Avoid double promotion.
Matt Turner
2015-07-29
2
-2
/
+2
*
gallium/auxiliary: Use exp2(x) instead of pow(2.0, x).
Matt Turner
2015-07-29
2
-4
/
+4
*
nvc0/ir: cache vertex out base so that we don't recompute again
Ilia Mirkin
2015-07-29
1
-8
/
+15
*
nvc0/ir: output base for reading is based on laneid
Ilia Mirkin
2015-07-29
1
-0
/
+25
*
Revert "pipe-loader: simplify pipe_loader_drm_probe"
Francisco Jerez
2015-07-29
1
-4
/
+9
*
radeon: add support for streams to the common streamout code. (v2)
Dave Airlie
2015-07-29
6
-15
/
+50
*
radeon: move streamout buffer config to streamout enable function. (v2)
Dave Airlie
2015-07-29
2
-9
/
+15
*
vc4: Skip re-emitting the shader_rec if it's unchanged.
Eric Anholt
2015-07-28
5
-43
/
+158
*
vc4: Drop unused vpm_offset value.
Eric Anholt
2015-07-28
1
-3
/
+0
*
vc4: Simplify vc4_use_bo and make sure it's not a shader.
Eric Anholt
2015-07-28
4
-39
/
+26
*
vc4: Keep the validated shader around for the simulator execution.
Eric Anholt
2015-07-28
3
-13
/
+17
*
vc4: Make the object be the return value from vc4_use_bo().
Eric Anholt
2015-07-28
3
-23
/
+25
*
vc4: Ensure that the bin CL is properly capped by increment/flush.
Eric Anholt
2015-07-28
3
-26
/
+36
*
vc4: Drop NV shader reloc validation.
Eric Anholt
2015-07-28
2
-120
/
+60
*
vc4: Fix raster surface shadow updates under DRI2.
Eric Anholt
2015-07-28
1
-0
/
+6
*
vc4: Fix bus errors on dumping CL on hardware.
Eric Anholt
2015-07-28
1
-1
/
+1
*
radeon: add streamout status 1-3 queries.
Dave Airlie
2015-07-29
2
-2
/
+19
*
r600,radeonsi: GL_ARB_conditional_render_inverted
Edward O'Callaghan
2015-07-29
3
-11
/
+15
*
radeonsi: add support for interpolateAt functions (v2)
Dave Airlie
2015-07-28
1
-1
/
+240
*
nvc0/ir: trim out barrier sync for non-compute shaders
Ilia Mirkin
2015-07-28
1
-0
/
+6
*
nvc0/ir: fix barrier emission
Ilia Mirkin
2015-07-28
1
-0
/
+2
*
vc4: Add support for ARB_draw_elements_base_vertex.
Eric Anholt
2015-07-27
1
-1
/
+3
*
freedreno/ir3: add transform-feedback support
Rob Clark
2015-07-27
4
-4
/
+230
*
freedreno/ir3: track "keeps" in ir
Rob Clark
2015-07-27
4
-23
/
+17
*
freedreno/ir3: add support for store instructions
Rob Clark
2015-07-27
3
-6
/
+43
*
freedreno/ir3: cleanup driver-param stuff
Rob Clark
2015-07-27
3
-10
/
+31
*
freedreno: add transform-feedback state
Rob Clark
2015-07-27
4
-3
/
+95
*
freedreno: add resource tracking support for written buffers
Rob Clark
2015-07-27
4
-12
/
+17
*
freedreno/a3xx+a4xx: add support for vtxcnt semantic
Rob Clark
2015-07-27
4
-14
/
+31
*
freedreno/ir3: add stream-output support to cmdline compiler
Rob Clark
2015-07-27
1
-4
/
+22
*
freedreno/ir3: drop unused create_input() arg
Rob Clark
2015-07-27
1
-11
/
+8
*
freedreno/ir3: move emit_const to ir3
Rob Clark
2015-07-27
12
-229
/
+263
[next]