| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: protect the debug state with a mutex | Chia-I Wu | 2014-10-30 | 2 | -47/+126 |
* | glsl: protect glsl_type with a mutex | Chia-I Wu | 2014-10-30 | 2 | -10/+62 |
* | glsl: protect anonymous struct id with a mutex | Chia-I Wu | 2014-10-30 | 1 | -2/+8 |
* | util: initialize locale_t with a static object | Chia-I Wu | 2014-10-30 | 1 | -10/+8 |
* | configure: check for xlocale.h and strtof | Chia-I Wu | 2014-10-30 | 1 | -8/+4 |
* | util: add _mesa_strtod and _mesa_strtof | Chia-I Wu | 2014-10-30 | 10 | -40/+21 |
* | mesa/gallium: Signal _NEW_TRANSFORM from glClipControl. | Mathias Fröhlich | 2014-10-30 | 2 | -13/+6 |
* | Revert "i965/compaction: Disable compaction on SNB temporarily." | Matt Turner | 2014-10-29 | 1 | -6/+0 |
* | i965/vec4: Perform CSE on MAD instructions with final arguments switched. | Matt Turner | 2014-10-29 | 1 | -1/+5 |
* | i965/fs: Perform CSE on MAD instructions with final arguments switched. | Matt Turner | 2014-10-29 | 1 | -1/+5 |
* | glsl: Drop constant 0.0 components from dot products. | Matt Turner | 2014-10-29 | 1 | -0/+27 |
* | 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 |
* | 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 | 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 |