summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* i965: Add support for GL_ARB_depth_buffer_float under 3.0 override.Eric Anholt2011-12-194-1/+20
* i965: Add separate stencil/HiZ setup for MESA_FORMAT_Z32_FLOAT_X24S8.Eric Anholt2011-12-193-15/+20
* i965: Use the miptree format for texture surface format choice.Eric Anholt2011-12-192-2/+2
* i965: Add support for mapping Z32_FLOAT_X24S8 fake packed depth/stencil.Eric Anholt2011-12-191-5/+17
* intel: Stop creating the wrapped depth irb.Eric Anholt2011-12-192-111/+8
* i965: Properly demote the depth mt format for fake packed depth/stencil.Eric Anholt2011-12-194-3/+19
* intel: Reuse intel_miptree_match_image().Eric Anholt2011-12-191-9/+6
* intel: Stop creating the wrapped stencil irb.Eric Anholt2011-12-195-78/+67
* osmesa: fix RGB565 renderingAlex Galakhov2011-12-191-0/+4
* mesa: make _mesa_set_tex_image() static since it's not called anywhere elseBrian Paul2011-12-182-13/+7
* glsl_to_tgsi: make sure copied instructions don't lose texture target. (v2)Dave Airlie2011-12-181-2/+6
* i965/vs: Add a new dst_reg constructor for file, number, type, and mask.Kenneth Graunke2011-12-181-0/+10
* i965/vs: Add vec4_instruction::is_tex() query.Kenneth Graunke2011-12-182-0/+11
* i965: Rename texturing ops from FS_OPCODE to SHADER_OPCODE, except TXB.Kenneth Graunke2011-12-185-46/+48
* i965/fs: Don't swizzle the results of textureSize().Kenneth Graunke2011-12-181-0/+3
* program: fix previous commitnobled2011-12-181-1/+1
* program: fix out of bounds array accesses and other bad thingsnobled2011-12-181-15/+59
* gen_matypes: eliminate printf warningsnobled2011-12-181-1/+6
* mesa/x86: fix printf warningMarek Olšák2011-12-171-1/+1
* st/mesa: expose conservative_depth if GLSL 1.3 is supportedMarek Olšák2011-12-171-0/+6
* mesa: Fix memory leak on error path.Vinson Lee2011-12-161-0/+1
* st/mesa: Fix memory leak in out-of-memory path.Vinson Lee2011-12-161-0/+1
* meta: use _mesa_prepare_mipmap_level() in the mipmap generation codeBrian Paul2011-12-161-35/+12
* mesa: new _mesa_prepare_mipmap_level() function for mipmap generationBrian Paul2011-12-162-33/+101
* mesa: make update_fbo_texture() non-staticBrian Paul2011-12-162-5/+10
* mesa: whitespace and comment fixes in fbobject.cBrian Paul2011-12-161-9/+11
* mesa: add MESA_FORMAT_RGB565[_REV] as candidates for GL_R3_G3_B2Brian Paul2011-12-161-0/+2
* vbo: add comment for map_vp_non[] arrayBrian Paul2011-12-161-0/+1
* mesa: add a few comments for the z unpacking functionsBrian Paul2011-12-161-0/+8
* Enabling display list support for glClearBuffer functions with minor fixesAnuj Phogat2011-12-151-11/+11
* st/mesa: implement EXT_transform_feedback and ARB_transform_feedback2Marek Olšák2011-12-1512-37/+208
* mesa: implement DrawTransformFeedback from ARB_transform_feedback2Marek Olšák2011-12-1526-98/+205
* i965: Drop separate stencil assertions in update_draw_buffer().Eric Anholt2011-12-141-16/+0
* intel: Simplify and touch up the FBO completeness test.Eric Anholt2011-12-141-18/+21
* intel: Remove another renderbuffer allocation path.Eric Anholt2011-12-141-8/+4
* intel: Make the separate stencil RB storage path match texture more.Eric Anholt2011-12-141-76/+52
* intel: Move S8 width/height alignment to miptree creation.Eric Anholt2011-12-143-55/+22
* intel: Drop check for wrapped_depth in RB mapping.Eric Anholt2011-12-141-1/+1
* intel: Fix uninitialized values in debug output for renderbuffer mapping.Eric Anholt2011-12-141-1/+1
* swrast: Add a note about overlapping support for framebuffer blit.Eric Anholt2011-12-141-1/+9
* swrast: Don't do Z24S8 drawpixels fast-paths with Z32_X24S8 input data.Eric Anholt2011-12-141-2/+4
* Add mismatch check for glGetTexImage or it will return -1 and may lead to seg...Jian Zhao2011-12-141-0/+8
* Regenerate files from previous commitsIan Romanick2011-12-132-2049/+2049
* mesa: add const flags to skip MaxVarying and MaxUniform linker checks (v2)Marek Olšák2011-12-132-0/+15
* mesa: fix an out-of-bounds access in prog_print.cMarek Olšák2011-12-131-0/+1
* glsl_to_tgsi: fix typo in commentBryan Cain2011-12-131-2/+2
* glsl_to_tgsi: emit both operands of shift and bitwise operationsBryan Cain2011-12-131-5/+5
* mesa: update comments for _DepthBuffer, _StencilBuffer fieldsBrian Paul2011-12-131-2/+3
* mesa: remove _DepthBuffer, _StencilBuffer resize codeBrian Paul2011-12-131-18/+0
* swrast: add debug code to test combined depth/stencil buffersBrian Paul2011-12-131-7/+47