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
Commit message (
Expand
)
Author
Age
Files
Lines
*
glx/dri3: Implement LIBGL_SHOW_FPS=1 for DRI3/Present.
Kenneth Graunke
2014-10-29
2
-2
/
+36
*
i965: Rename brw_vec4_gs.[ch] to brw_gs.[ch].
Kenneth Graunke
2014-10-29
5
-5
/
+4
*
i965: Rename brw_gs{,_emit}.[ch] to brw_ff_gs{,_emit}.[ch].
Kenneth Graunke
2014-10-29
5
-5
/
+5
*
i965: Rename intel_bufferobj_* functions to match GL and DD hooks.
Kenneth Graunke
2014-10-29
1
-65
/
+64
*
configure: fix typos
Jan Vesely
2014-10-29
1
-2
/
+2
*
configure: include llvm systemlibs when using static llvm
Jan Vesely
2014-10-29
1
-1
/
+6
*
radeon/llvm: Dynamically allocate branch/loop stack arrays
Michel Dänzer
2014-10-29
2
-6
/
+37
*
mesa: Fix order of errors for glDrawTransformFeedbackStream
Chris Forbes
2014-10-29
1
-5
/
+5
*
vc4: Add support for ARL and indirect register access on TGSI_FILE_CONSTANT.
Eric Anholt
2014-10-28
10
-34
/
+407
*
vc4: Fix mixup of return type in reloc_tex().
Eric Anholt
2014-10-28
1
-2
/
+2
*
vc4: Drop redundant check for is_tmu_write().
Eric Anholt
2014-10-28
1
-3
/
+0
*
vc4: Don't forget to validate code that's got PROG_END on it.
Eric Anholt
2014-10-28
1
-5
/
+6
*
vc4: Add .dir-locals.el for kernel style in the kernel code.
Eric Anholt
2014-10-28
1
-0
/
+12
*
vc4: Fix a couple missing '\n's in error output.
Eric Anholt
2014-10-28
2
-2
/
+2
*
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
8
-21
/
+166
*
r600g: Implement sm5 interpolation functions
Glenn Kennard
2014-10-28
3
-4
/
+238
*
docs: Update GL3.txt and relnotes for GL_KHR_context_flush_control
Neil Roberts
2014-10-28
2
-1
/
+2
*
mesa: Add support for the GL_KHR_context_flush_control extension
Neil Roberts
2014-10-28
6
-2
/
+27
*
gles2: Update gl2ext.h to revision 28335
Neil Roberts
2014-10-28
1
-3
/
+310
*
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
6
-11
/
+53
*
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
[next]