aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* i965: Add support for ir_unop_f2u to i965 backend.Paul Berry2012-06-153-0/+3
* glsl: Add support for ir_unop_f2u to constant folding.Paul Berry2012-06-151-0/+6
* glsl: Add unary operation ir_unop_f2u.Paul Berry2012-06-153-0/+7
* i965/blorp: Implement source clipping.Paul Berry2012-06-151-3/+11
* scons: add st_atom_array.c to the buildBrian Paul2012-06-151-0/+1
* winsys/radeon: enable IB submission to compute rings v2Christian König2012-06-154-8/+16
* st/mesa: atomize vertex array stateMarek Olšák2012-06-157-578/+625
* winsys/radeon: Remove unnecessary pipe_thread_destroy in radeon_drm_cs_destroyMaarten Lankhorst2012-06-151-1/+0
* nv50,nvc0: fix stream output target buffer leakMarcin Slusarz2012-06-142-0/+2
* nv50: disable stream output before reconfiguring itChristoph Bumiller2012-06-141-2/+2
* nv50/ir: handle NEG,ABS modifiers for short RCP encodingChristoph Bumiller2012-06-141-0/+2
* st/mesa: fix glDrawPixels(GL_DEPTH_COMPONENT) color outputBrian Paul2012-06-141-2/+11
* glx/tests and mesa/tests: Update .gitignore files.Paul Berry2012-06-143-1/+5
* st/vdpau: fix YCbCr down/up-loads for buffers larger than requestedChristian König2012-06-141-2/+27
* svga: make svga_surface_needs_propagation() surface constBrian Paul2012-06-142-3/+3
* svga: add svga_surface_const() cast wrapperBrian Paul2012-06-141-0/+8
* svga: fix comment typoBrian Paul2012-06-141-1/+1
* rbug: fix make process on Linux Mint 13 x64.Aaron Watry2012-06-1412-20/+20
* windows/gdi: Remove GL_NV_register_combiners and GL_NV_vertex_array_range exp...José Fonseca2012-06-141-15/+0
* glsl: Fix pi/2 constant in acos built-in functionIan Romanick2012-06-131-4/+4
* glapi: Remove GL_NV_vertex_array_range from the dispatch tableIan Romanick2012-06-132-5/+6
* glapi: Remove GL_NV_fence from the dispatch tableIan Romanick2012-06-132-15/+11
* glapi: Remove GL_NV_register_combiners from the dispatch tableIan Romanick2012-06-132-27/+17
* glapi: Remove GL_APPLE_texture_range from the dispatch tableIan Romanick2012-06-132-5/+6
* glapi: Remove GL_SGIX_pixel_texture from the dispatch tableIan Romanick2012-06-132-3/+5
* glapi: Remove GL_SGIS_pixel_texture from the dispatch tableIan Romanick2012-06-132-13/+10
* mesa/tests: Add tests for the generated dispatch tableIan Romanick2012-06-132-0/+1691
* mesa/tests: Add tests for _mesa_lookup_enum_by_{name,nr} functionsIan Romanick2012-06-132-0/+1873
* glapi: Add missing GL_EXT_texture_sRGB_decode enumsIan Romanick2012-06-131-0/+6
* glapi: Add missing GL_EXT_framebuffer_sRGB enumsIan Romanick2012-06-131-0/+5
* glapi: Add missing GL_EXT_packed_float enumsIan Romanick2012-06-131-0/+6
* glapi: Add missing framebuffer sRGB enumIan Romanick2012-06-131-0/+1
* glapi: Add uniform buffer object enumsIan Romanick2012-06-131-0/+32
* glapi: Add missing enums for GL_NV_fragment_programIan Romanick2012-06-131-0/+7
* glapi: Add missing enums for GL_ARB_occlusion_query2Ian Romanick2012-06-131-1/+6
* glapi: Remove extraneous GL_ from TEXTURE_IMMUTABLE_FORMATIan Romanick2012-06-131-1/+1
* glapi: Add missing enums for GL_ATI_fragment_shaderIan Romanick2012-06-131-0/+111
* glapi: Add texture swizzle enumsIan Romanick2012-06-131-0/+5
* glapi: Add a couple missing 3.0 enumsIan Romanick2012-06-131-0/+2
* glapi: Add missing _NV extension on COMBINE4Ian Romanick2012-06-131-1/+1
* glapi: Add missing enums for GL_EXT_vertex_arrayIan Romanick2012-06-131-0/+9
* glapi: Add missing enums for GL_EXT_compiled_vertex_arrayIan Romanick2012-06-131-0/+3
* glx/tests: Add unit tests for generated code in indirect_init.cIan Romanick2012-06-132-1/+1536
* glx/tests: Add unit tests for generated code in indirect_size.cIan Romanick2012-06-132-0/+557
* glx/tests: Rename test as glx-testIan Romanick2012-06-131-4/+4
* glx: Move tests from tests/glx to src/glx/testsIan Romanick2012-06-138-0/+1499
* util: add some comments, fix indentationBrian Paul2012-06-131-1/+5
* glsl: Transform dot product by a basis vector into a swizzleMatt Turner2012-06-122-3/+24
* glsl: Add is_basis functionMatt Turner2012-06-122-4/+70
* glsl: Check for zero vectors in ir_binop_dotMatt Turner2012-06-121-0/+7