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
...
*
st/mesa: use PIPE_BIND_DISPLAY_TARGET when checking for sRGB capability
Brian Paul
2014-10-28
1
-1
/
+2
*
Revert "st/mesa: set MaxUnrollIterations = 255"
Marek Olšák
2014-10-28
1
-2
/
+1
*
r300g/vdpau: enable again
David Heidelberger
2014-10-28
1
-0
/
+1
*
r300g: only set clip_halfz for chips with HW TCL
Marek Olšák
2014-10-28
1
-1
/
+1
*
radeonsi: fix incorrect index buffer max size for lowered 8-bit indices
Marek Olšák
2014-10-28
1
-1
/
+1
*
radeonsi: fix polygon mode for points and lines and point/line fill modes
Marek Olšák
2014-10-28
1
-3
/
+3
*
r600g: fix polygon mode for points and lines and point/line fill modes
Marek Olšák
2014-10-28
2
-6
/
+6
*
r600g: Implement sm5 UBO/sampler indexing
Glenn Kennard
2014-10-28
7
-19
/
+164
*
r600g: Implement sm5 interpolation functions
Glenn Kennard
2014-10-28
2
-3
/
+237
*
mesa: Add support for the GL_KHR_context_flush_control extension
Neil Roberts
2014-10-28
6
-2
/
+27
*
i965/fs: Don't set dependency hints on instructions with spilled destinations
Jason Ekstrand
2014-10-27
1
-0
/
+8
*
i965/fs: Make scratch write instructions use the correct execution size
Jason Ekstrand
2014-10-27
1
-1
/
+1
*
i965/fs: Use correct spill offsets
Jason Ekstrand
2014-10-27
1
-6
/
+5
*
i965: Use the spill destination for the message header on GEN >= 7
Jason Ekstrand
2014-10-27
1
-6
/
+13
*
i965/fs: Don't [un]spill multiple registers at a time in SIMD8 mode
Jason Ekstrand
2014-10-27
1
-2
/
+4
*
i965/fs: Use instruction execution sizes when generating scratch reads/writes
Jason Ekstrand
2014-10-27
1
-4
/
+4
*
egl/drm: do not crash when swapping buffers without any rendering
Lionel Landwerlin
2014-10-27
1
-0
/
+8
*
nv50: handle inverted render conditions
Tobias Klausmann
2014-10-26
4
-10
/
+51
*
freedreno/ir3: consider instruction neighbors in cp
Rob Clark
2014-10-25
2
-11
/
+178
*
freedreno/ir3: always mov tex coords
Rob Clark
2014-10-25
1
-54
/
+30
*
freedreno: rename a couple debug flags
Rob Clark
2014-10-25
3
-7
/
+7
*
freedreno/ir3: skip virtual outputs in standalone compiler
Rob Clark
2014-10-25
1
-0
/
+3
*
glx: Fix make check.
Mathias Fröhlich
2014-10-25
1
-1
/
+1
*
mesa: Add ARB_clip_control.xml to automake.
Mathias Fröhlich
2014-10-25
1
-0
/
+1
*
freedreno/ir3: standalone compiler updates for ir3test
Rob Clark
2014-10-25
4
-18
/
+51
*
ilo: improve blob decoding
Chia-I Wu
2014-10-25
1
-8
/
+31
*
i965: Skip recalculating URB allocations if the entry size didn't change.
Eric Anholt
2014-10-24
4
-5
/
+19
*
glsl: Standardize names and fix typos
Andres Gomez
2014-10-24
2
-7
/
+7
*
i965: Silence unused parameter warning in brw_dump_ir
Ian Romanick
2014-10-24
5
-7
/
+5
*
i965: Remove brwIsProgramNative
Ian Romanick
2014-10-24
1
-9
/
+0
*
mesa: Silence unused parameter warning in _mesa_init_shader_program
Ian Romanick
2014-10-24
3
-7
/
+6
*
mesa: Remove context parameter from dd_function_table::NewShaderProgram
Ian Romanick
2014-10-24
4
-5
/
+4
*
mesa: Make _mesa_init_shader_program static
Ian Romanick
2014-10-24
2
-6
/
+3
*
mesa: Remove context parameter from _mesa_init_shader_program
Ian Romanick
2014-10-24
2
-3
/
+3
*
glsl_to_tgsi: Remove st_new_shader
Ian Romanick
2014-10-24
3
-19
/
+0
*
glsl_to_tgsi: Remove st_new_shader_program
Ian Romanick
2014-10-24
3
-16
/
+0
*
i965: Remove brw_new_shader_program
Ian Romanick
2014-10-24
3
-13
/
+0
*
mesa: Silence unused parameter warning in _mesa_clear_shader_program_data
Ian Romanick
2014-10-24
6
-11
/
+7
*
linker: Rely on _mesa_clear_shader_program_data to clear link information
Ian Romanick
2014-10-24
4
-14
/
+34
*
mesa: Add some missing clean-up to _mesa_clear_shader_program_data
Ian Romanick
2014-10-24
1
-1
/
+14
*
mesa: Remove prototypes for nonexistent functions
Ian Romanick
2014-10-24
1
-9
/
+0
*
ff_fragment_shader: Silence unused parameter warning in smear
Ian Romanick
2014-10-24
1
-6
/
+6
*
meta: Only use _mesa_ClipControl if the extension is supported
Ian Romanick
2014-10-24
1
-4
/
+7
*
i965/fs: Compute q-values for register allocation manually
Jason Ekstrand
2014-10-24
1
-2
/
+56
*
i965/fs: Don't interfere with too many base registers
Jason Ekstrand
2014-10-24
1
-2
/
+2
*
i965/fs: Properly precolor payload registers on GEN5 in SIMD16
Jason Ekstrand
2014-10-24
1
-1
/
+10
*
i965/fs: Add another use of MAX_VGRF_SIZE
Jason Ekstrand
2014-10-24
1
-1
/
+1
*
util: Use reg_belongs_to_class instead of BITSET_TEST
Jason Ekstrand
2014-10-24
1
-1
/
+1
*
llvmpipe: Ensure the packed input of the lp_test_format is aligned.
José Fonseca
2014-10-24
1
-2
/
+10
*
llvmpipe: Flush stdout on lp_test_* unit tests.
José Fonseca
2014-10-24
2
-0
/
+3
[prev]
[next]