| Commit message (Expand) | Author | Age | Files | Lines |
* | meta: move texcoord setup into setup_texture_coords() | Brian Paul | 2011-09-08 | 1 | -92/+176 |
* | nouveau: fix nouveau_fence leak | Marcin Slusarz | 2011-09-08 | 1 | -0/+2 |
* | nv50: fix screen->blitctx memory leak | Marcin Slusarz | 2011-09-08 | 1 | -0/+2 |
* | gles: Fix glGet(GL_{NUM_,}COMPRESSED_TEXTURE_FORMATS_ARB) | Adam Jackson | 2011-09-08 | 1 | -1/+2 |
* | glsl: Make sure gl_ClipDistance and gl_ClipVertex are not both written. | Paul Berry | 2011-09-08 | 1 | -0/+19 |
* | glsl: Check that gl_ClipDistance[] is not sized too large. | Paul Berry | 2011-09-08 | 1 | -0/+15 |
* | glsl: Rework oversize array check for gl_TexCoord. | Paul Berry | 2011-09-08 | 1 | -12/+33 |
* | glsl: Add constant gl_MaxClipDistances. | Paul Berry | 2011-09-08 | 1 | -0/+15 |
* | glsl: Make gl_ClipDistance[] implicitly sized. | Paul Berry | 2011-09-08 | 1 | -4/+24 |
* | scons: Use -g instead of -g3. | José Fonseca | 2011-09-08 | 1 | -1/+1 |
* | st/egl: Fix GDI build. | José Fonseca | 2011-09-08 | 1 | -1/+1 |
* | Define INLINE macro in terms of inline. | José Fonseca | 2011-09-08 | 4 | -56/+66 |
* | st/egl: add premultiplied alpha support to wayland | Benjamin Franzke | 2011-09-08 | 4 | -4/+24 |
* | st/egl: correctly return configs under wayland | Benjamin Franzke | 2011-09-08 | 4 | -23/+98 |
* | Revert "st/egl: correctly return configs under wayland" | Chia-I Wu | 2011-09-08 | 4 | -113/+30 |
* | Revert "st/egl: add premultiplied alpha support to wayland" | Chia-I Wu | 2011-09-08 | 4 | -32/+3 |
* | st/egl: add premultiplied alpha support to wayland | Chia-I Wu | 2011-09-08 | 4 | -3/+32 |
* | st/egl: correctly return configs under wayland | Chia-I Wu | 2011-09-08 | 4 | -30/+113 |
* | st/egl: overload NATIVE_PARAM_PREMULTIPLIED_ALPHA | Chia-I Wu | 2011-09-08 | 3 | -7/+25 |
* | st/egl: add NATIVE_PARAM_PREMULTIPLIED_ALPHA | Chia-I Wu | 2011-09-08 | 1 | -1/+10 |
* | st/egl: add native_present_control | Chia-I Wu | 2011-09-08 | 11 | -49/+57 |
* | glsl: s/int/unsigned/ to silence warning | Brian Paul | 2011-09-07 | 1 | -2/+2 |
* | st/mesa: Remove unused renderbuffer fields and functions. | Stéphane Marchesin | 2011-09-07 | 2 | -28/+1 |
* | i965/fs: Implement ir_u2f opcode. | Kenneth Graunke | 2011-09-07 | 1 | -1/+1 |
* | i965: Fix disassembly for intdiv/intmod math functions. | Kenneth Graunke | 2011-09-07 | 1 | -2/+2 |
* | st/egl: track changes to drop wl_visual in wayland | Chia-I Wu | 2011-09-08 | 4 | -20/+44 |
* | st/egl: track server side wayland changes | Chia-I Wu | 2011-09-08 | 2 | -2/+2 |
* | st/egl: use new wl_callback mechanism in wayland | Chia-I Wu | 2011-09-08 | 2 | -49/+30 |
* | i965: Use proper texture alignment units for cubemaps on Gen5+. | Kenneth Graunke | 2011-09-07 | 1 | -1/+4 |
* | glsl/ir_reader: Make sure constants have the right number of components. | Kenneth Graunke | 2011-09-07 | 1 | -0/+5 |
* | glsl/builtins: Fix invalid float constant in noise4 built-in. | Kenneth Graunke | 2011-09-07 | 1 | -2/+2 |
* | glsl/builtins: Fix invalid vecN constants in hyperbolic functions. | Kenneth Graunke | 2011-09-07 | 5 | -21/+21 |
* | varray.c: fix logic around BGRA with ARB_vertex_type_2_10_10_10_rev. | Dave Airlie | 2011-09-07 | 1 | -4/+11 |
* | mesa/vbo: s/inline/INLINE/ | Vinson Lee | 2011-09-06 | 1 | -6/+6 |
* | i965/vs: Fix point size handling on gen4. | Eric Anholt | 2011-09-06 | 1 | -4/+5 |
* | i965/vs: Use write commits on scratch writes in pre-gen6. | Eric Anholt | 2011-09-06 | 1 | -2/+22 |
* | i965/vs: Fix setup of scratch space pointer on pre-gen6. | Eric Anholt | 2011-09-06 | 1 | -0/+10 |
* | i965/vs: Fix message setup for array read/writes on pre-gen6. | Eric Anholt | 2011-09-06 | 1 | -18/+14 |
* | i965/vs: Fix constant-indexed array read/write addresses on pre-gen6. | Eric Anholt | 2011-09-06 | 1 | -1/+1 |
* | i965/vs: Add support for vector comparison ops resulting in bool cond codes. | Eric Anholt | 2011-09-06 | 2 | -21/+33 |
* | i965/vs: Make pre-gen6 math operate in vector mode instead of scalar. | Eric Anholt | 2011-09-06 | 1 | -1/+1 |
* | i965/vs: Fix copy-and-paste disaster in pre-gen6 POW support. | Eric Anholt | 2011-09-06 | 1 | -5/+0 |
* | i965/vs: Fix gen4 comparisons used for predication. | Eric Anholt | 2011-09-06 | 1 | -1/+4 |
* | i965/vs: Fix GPU hangs in shaders with large virtual GRFs pre-gen6. | Eric Anholt | 2011-09-06 | 1 | -1/+2 |
* | i965: add casts to silence int/enum conversion warnings | Brian Paul | 2011-09-06 | 1 | -2/+2 |
* | state_trackers/dri/sw: Implement texture_from_pixmap. | Stéphane Marchesin | 2011-09-06 | 1 | -7/+43 |
* | Duplicate state_tracker/dri/sw/dri_drawable.c | Stéphane Marchesin | 2011-09-06 | 1 | -1/+269 |
* | Enable GLX_EXT_texture_from_pixmap in software. | nobled | 2011-09-06 | 1 | -2/+81 |
* | st/mesa: remove unneeded #include | Brian Paul | 2011-09-06 | 1 | -1/+0 |
* | mesa: whitespace fixes, just to be consistent | Brian Paul | 2011-09-06 | 1 | -2/+7 |