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
...
*
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
*
freedreno/ir3: bit of shader API refactoring
Rob Clark
2015-07-27
7
-22
/
+25
*
freedreno/ir3: updated cat6 encoding
Rob Clark
2015-07-27
5
-113
/
+230
*
radeonsi: add fine derivate control (v2.1)
Dave Airlie
2015-07-25
2
-6
/
+48
*
radeonsi: fix GLSL textureGrad(samplerCube*) functions
Marek Olšák
2015-07-25
3
-34
/
+90
*
nvc0: fix geometry program revalidation of clipping params
Ilia Mirkin
2015-07-25
1
-1
/
+1
*
radeonsi: ubo indexing support (v2)
Dave Airlie
2015-07-25
1
-3
/
+12
*
radeonsi: add support for indirect samplers (v2)
Dave Airlie
2015-07-25
1
-8
/
+41
*
radeonsi: split out interpolation input selection
Dave Airlie
2015-07-25
2
-26
/
+38
*
radeonsi: separate out load sample position
Dave Airlie
2015-07-25
1
-18
/
+26
*
nvc0/ir: per-patch vars are in a separate address space
Ilia Mirkin
2015-07-24
2
-11
/
+9
*
nvc0/ir: kepler can't do indirect shader input/output loads directly
Ilia Mirkin
2015-07-23
8
-6
/
+75
*
nvc0/ir: tess factors are now sysvals, adapt codegen to expect that
Ilia Mirkin
2015-07-23
6
-11
/
+24
*
gallivm: Fix profile build.
Jose Fonseca
2015-07-23
1
-1
/
+1
*
gallium/util: Stop bundling our snprintf implementation.
Jose Fonseca
2015-07-23
3
-1485
/
+31
*
gallivm: Add ifdefs so raw_debug_stream is only defined when used
Tom Stellard
2015-07-23
1
-0
/
+2
*
gallivm: Don't use raw_debug_ostream for dissasembling
Tom Stellard
2015-07-23
1
-14
/
+13
*
gk110/ir: fake BAR support
Ilia Mirkin
2015-07-23
1
-0
/
+12
*
nvc0/ir: cleanup private enums that have graduated to gallium
Ilia Mirkin
2015-07-23
2
-7
/
+0
*
nvc0/ir: allow tess eval output loads to be CSE'd
Ilia Mirkin
2015-07-23
1
-0
/
+2
*
nvc0/ir: add hazard for 2nd dim of vfetch/load indirect argument
Ilia Mirkin
2015-07-23
1
-0
/
+2
*
nvc0/ir: patch vertex count is stored in the upper bits
Ilia Mirkin
2015-07-23
1
-0
/
+4
[prev]
[next]