index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: remove st_dump_program_for_shader_db
Marek Olšák
2016-07-11
1
-66
/
+0
*
i965: fix ignored qualifiers warning
Francesco Ansanelli
2016-07-11
1
-1
/
+1
*
mesa: print number of samples in renderbuffer_storage error msg
Brian Paul
2016-07-08
1
-1
/
+1
*
st/mesa: set debug callback async flag
Nicolai Hähnle
2016-07-08
4
-5
/
+8
*
gallium: add async flag to pipe_debug_callback
Nicolai Hähnle
2016-07-08
1
-1
/
+4
*
mesa: Mark R*32F formats as filterable when an extension is present.
Kenneth Graunke
2016-07-08
3
-3
/
+19
*
i965/blorp: fix indentation level
Eric Engestrom
2016-07-08
1
-1
/
+1
*
i965: Fix remaining flush vs invalidate race conditions in brw_emit_pipe_cont...
Francisco Jerez
2016-07-07
2
-0
/
+27
*
i965: Make room in the batch epilogue for three more pipe controls.
Francisco Jerez
2016-07-07
2
-10
/
+10
*
i965: Emit SKL VF cache invalidation W/A from brw_emit_pipe_control_flush.
Francisco Jerez
2016-07-07
1
-9
/
+10
*
i965: Emit SNB write cache flush W/A from brw_emit_pipe_control_flush.
Francisco Jerez
2016-07-07
4
-35
/
+11
*
mesa: Make single-buffered GLES representation internally consistent
Gurchetan Singh
2016-07-07
3
-2
/
+30
*
mesa: don't install GLX files if GLX is not built
Akihiko Odaki
2016-07-07
1
-0
/
+4
*
osmesa: Export OSMesaCreateContextAttribs.
Mathias Fröhlich
2016-07-07
1
-0
/
+1
*
i965: consolidate generation check
Timothy Arceri
2016-07-07
1
-6
/
+6
*
i965: don't copy VS attribute work arounds for HSW+
Timothy Arceri
2016-07-07
1
-2
/
+4
*
i965: add double packing support to tess stages
Timothy Arceri
2016-07-07
1
-9
/
+18
*
i965: add double support packing support to gs inputs
Timothy Arceri
2016-07-07
1
-2
/
+3
*
i965: add indirect packing support to gs load inputs
Timothy Arceri
2016-07-07
1
-3
/
+15
*
i965: add indirect packing support for tcs and tes
Timothy Arceri
2016-07-07
1
-4
/
+29
*
i965: add component packing support for tcs
Timothy Arceri
2016-07-07
1
-3
/
+8
*
i965: add component packing support for tes
Timothy Arceri
2016-07-07
1
-5
/
+33
*
i965: add component packing support for gs
Timothy Arceri
2016-07-07
2
-5
/
+19
*
nir: use the same driver location for packed varyings
Timothy Arceri
2016-07-07
3
-5
/
+10
*
i965/docs: update Intel Linux Graphics URLs
Eric Engestrom
2016-07-06
2
-2
/
+2
*
vbo: fix attr reset
Rob Clark
2016-07-06
3
-7
/
+10
*
mesa: Strip arrayness from interface block names in some IO validation
Ian Romanick
2016-07-05
1
-8
/
+90
*
i965: Remove trailing whitespace
Iago Toral Quiroga
2016-07-05
1
-1
/
+1
*
i965: Make inline function static
Iago Toral Quiroga
2016-07-05
1
-1
/
+1
*
mesa: stop copying SamplerUnits twice
Timothy Arceri
2016-07-05
1
-4
/
+0
*
mesa: make attribute binding message more useful
Timothy Arceri
2016-07-05
1
-1
/
+2
*
i965: make more effective use of SamplersUsed
Timothy Arceri
2016-07-05
7
-19
/
+10
*
mesa: fix build error
Timothy Arceri
2016-07-05
1
-1
/
+1
*
mesa: faster validation of sampler unit mapping for SSO
Gregory Hainaut
2016-07-05
1
-38
/
+31
*
Revert "st/glsl_to_tgsi: don't increase immediate index by 1."
Dave Airlie
2016-07-05
1
-1
/
+1
*
i965/urb: Allow blorp to record current settings
Topi Pohjolainen
2016-07-04
3
-74
/
+53
*
i965/blorp/gen7+: Do not trigger push constant space reconfig
Topi Pohjolainen
2016-07-04
1
-2
/
+1
*
i965/blorp/gen7+: Stop trashing push constant allocation
Topi Pohjolainen
2016-07-04
2
-92
/
+1
*
i965/blorp: Remove support for push constants
Topi Pohjolainen
2016-07-04
5
-145
/
+12
*
i965/blorp: Use flat inputs instead of uniforms
Topi Pohjolainen
2016-07-04
2
-15
/
+18
*
i965/blorp: Fix the size requirement for vertex elements
Topi Pohjolainen
2016-07-04
3
-16
/
+29
*
i965/blorp: Load tranformation coordinates as vec4
Topi Pohjolainen
2016-07-04
2
-16
/
+11
*
i965/blorp: Rename LOAD_UNIFORM to LOAD_INPUT
Topi Pohjolainen
2016-07-04
1
-9
/
+9
*
i965/blorp: Organize pixel kill and blend/scaled inputs into vec4s
Topi Pohjolainen
2016-07-04
3
-36
/
+65
*
i965/blorp: Prepare for more than two vertex attributes
Topi Pohjolainen
2016-07-04
4
-3
/
+22
*
i965/blorp: Tell vertex fetcher about flat inputs
Topi Pohjolainen
2016-07-04
2
-8
/
+30
*
i965/blorp: Add support for flat input buffer
Topi Pohjolainen
2016-07-04
1
-3
/
+65
*
i965/blorp: Store input read mask
Topi Pohjolainen
2016-07-04
2
-0
/
+2
*
i965/blorp: Rename push constants to inputs
Topi Pohjolainen
2016-07-04
5
-22
/
+22
*
i965/blorp: Use core vertex buffer state setup
Topi Pohjolainen
2016-07-04
1
-48
/
+14
[next]