| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | glsl_to_tgsi: make sure copied instructions don't lose texture target. (v2) | Dave Airlie | 2011-12-18 | 1 | -2/+6 |
* | i965/vs: Add a new dst_reg constructor for file, number, type, and mask. | Kenneth Graunke | 2011-12-18 | 1 | -0/+10 |
* | i965/vs: Add vec4_instruction::is_tex() query. | Kenneth Graunke | 2011-12-18 | 2 | -0/+11 |
* | i965: Rename texturing ops from FS_OPCODE to SHADER_OPCODE, except TXB. | Kenneth Graunke | 2011-12-18 | 5 | -46/+48 |
* | i965/fs: Don't swizzle the results of textureSize(). | Kenneth Graunke | 2011-12-18 | 1 | -0/+3 |
* | program: fix previous commit | nobled | 2011-12-18 | 1 | -1/+1 |
* | program: fix out of bounds array accesses and other bad things | nobled | 2011-12-18 | 1 | -15/+59 |
* | gen_matypes: eliminate printf warnings | nobled | 2011-12-18 | 1 | -1/+6 |
* | mesa/x86: fix printf warning | Marek Olšák | 2011-12-17 | 1 | -1/+1 |
* | st/mesa: expose conservative_depth if GLSL 1.3 is supported | Marek Olšák | 2011-12-17 | 1 | -0/+6 |
* | mesa: Fix memory leak on error path. | Vinson Lee | 2011-12-16 | 1 | -0/+1 |
* | st/mesa: Fix memory leak in out-of-memory path. | Vinson Lee | 2011-12-16 | 1 | -0/+1 |
* | meta: use _mesa_prepare_mipmap_level() in the mipmap generation code | Brian Paul | 2011-12-16 | 1 | -35/+12 |
* | mesa: new _mesa_prepare_mipmap_level() function for mipmap generation | Brian Paul | 2011-12-16 | 2 | -33/+101 |
* | mesa: make update_fbo_texture() non-static | Brian Paul | 2011-12-16 | 2 | -5/+10 |
* | mesa: whitespace and comment fixes in fbobject.c | Brian Paul | 2011-12-16 | 1 | -9/+11 |
* | mesa: add MESA_FORMAT_RGB565[_REV] as candidates for GL_R3_G3_B2 | Brian Paul | 2011-12-16 | 1 | -0/+2 |
* | vbo: add comment for map_vp_non[] array | Brian Paul | 2011-12-16 | 1 | -0/+1 |
* | mesa: add a few comments for the z unpacking functions | Brian Paul | 2011-12-16 | 1 | -0/+8 |
* | Enabling display list support for glClearBuffer functions with minor fixes | Anuj Phogat | 2011-12-15 | 1 | -11/+11 |
* | st/mesa: implement EXT_transform_feedback and ARB_transform_feedback2 | Marek Olšák | 2011-12-15 | 12 | -37/+208 |
* | mesa: implement DrawTransformFeedback from ARB_transform_feedback2 | Marek Olšák | 2011-12-15 | 26 | -98/+205 |
* | i965: Drop separate stencil assertions in update_draw_buffer(). | Eric Anholt | 2011-12-14 | 1 | -16/+0 |
* | intel: Simplify and touch up the FBO completeness test. | Eric Anholt | 2011-12-14 | 1 | -18/+21 |
* | intel: Remove another renderbuffer allocation path. | Eric Anholt | 2011-12-14 | 1 | -8/+4 |
* | intel: Make the separate stencil RB storage path match texture more. | Eric Anholt | 2011-12-14 | 1 | -76/+52 |
* | intel: Move S8 width/height alignment to miptree creation. | Eric Anholt | 2011-12-14 | 3 | -55/+22 |
* | intel: Drop check for wrapped_depth in RB mapping. | Eric Anholt | 2011-12-14 | 1 | -1/+1 |
* | intel: Fix uninitialized values in debug output for renderbuffer mapping. | Eric Anholt | 2011-12-14 | 1 | -1/+1 |
* | swrast: Add a note about overlapping support for framebuffer blit. | Eric Anholt | 2011-12-14 | 1 | -1/+9 |
* | swrast: Don't do Z24S8 drawpixels fast-paths with Z32_X24S8 input data. | Eric Anholt | 2011-12-14 | 1 | -2/+4 |
* | Add mismatch check for glGetTexImage or it will return -1 and may lead to seg... | Jian Zhao | 2011-12-14 | 1 | -0/+8 |
* | Regenerate files from previous commits | Ian Romanick | 2011-12-13 | 2 | -2049/+2049 |
* | mesa: add const flags to skip MaxVarying and MaxUniform linker checks (v2) | Marek Olšák | 2011-12-13 | 2 | -0/+15 |
* | mesa: fix an out-of-bounds access in prog_print.c | Marek Olšák | 2011-12-13 | 1 | -0/+1 |
* | glsl_to_tgsi: fix typo in comment | Bryan Cain | 2011-12-13 | 1 | -2/+2 |
* | glsl_to_tgsi: emit both operands of shift and bitwise operations | Bryan Cain | 2011-12-13 | 1 | -5/+5 |
* | mesa: update comments for _DepthBuffer, _StencilBuffer fields | Brian Paul | 2011-12-13 | 1 | -2/+3 |
* | mesa: remove _DepthBuffer, _StencilBuffer resize code | Brian Paul | 2011-12-13 | 1 | -18/+0 |
* | swrast: add debug code to test combined depth/stencil buffers | Brian Paul | 2011-12-13 | 1 | -7/+47 |
* | mesa: remove unused depthstencil.[ch] files | Brian Paul | 2011-12-13 | 4 | -1074/+0 |
* | mesa: move depth/stencil buffer validation to swrast | Brian Paul | 2011-12-13 | 2 | -3/+23 |
* | swrast: update depth/stencil wrapper sizes | Brian Paul | 2011-12-13 | 1 | -2/+6 |
* | mesa: build swrast/s_depthstencil.c | Brian Paul | 2011-12-13 | 2 | -0/+2 |
* | swrast: add new s_depthstencil.[ch] files | Brian Paul | 2011-12-13 | 2 | -0/+1072 |
* | mesa: move update_depth/stencil_buffer() functions | Brian Paul | 2011-12-13 | 3 | -96/+89 |
* | radeon: stop using _DepthBuffer, _StencilBuffer fields | Brian Paul | 2011-12-13 | 2 | -9/+8 |
* | nouveau: stop using _DepthBuffer, _StencilBuffer fields | Brian Paul | 2011-12-13 | 6 | -13/+14 |
* | mesa: stop using _Depth, _StencilBuffer fields in _mesa_BlitFramebufferEXT() | Brian Paul | 2011-12-13 | 1 | -6/+8 |
* | st/mesa: stop using _DepthBuffer, _StencilBuffer fields | Brian Paul | 2011-12-13 | 2 | -15/+6 |