summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gles2: Add GL_NV_read_buffer extensionKristian Høgsberg2012-06-186-1/+45
* get.c: Rename EXTRA_VERSION_ES2 to EXTRA_API_ES2Kristian Høgsberg2012-06-181-5/+5
* draw: Ensure that the vertex_header type size matches expectation.José Fonseca2012-06-181-0/+3
* r600g: enable streamout by default on r7xx and DRM 2.17.0Marek Olšák2012-06-175-11/+16
* st/mesa: properly allocate MSAA renderbuffersMarek Olšák2012-06-161-3/+31
* st/mesa: make unsupported renderbuffer formats always fail as FBO incompleteMarek Olšák2012-06-161-4/+10
* st/mesa: separate sw renderbuffer allocation from hw oneMarek Olšák2012-06-161-75/+93
* mesa: if AllocStorage doesn't choose a format, report FRAMEBUFFER_UNSUPPORTEDMarek Olšák2012-06-161-1/+10
* i915g: More ops commute.Stéphane Marchesin2012-06-152-6/+22
* r600g: fix lockups with streamout on r7xxMarek Olšák2012-06-152-0/+15
* r600g: compute CS space for streamout correctly, add commentsMarek Olšák2012-06-151-6/+7
* r600g: set SMX_ACTION_ENA to fix streamout cache flushes on some chipsetsMarek Olšák2012-06-151-1/+2
* clover: Fix build with LLVM libs installed to non-standard directoriesAlexey Shvetsov2012-06-151-0/+1
* st/mesa: don't do srgb->linear conversion in decompress_with_blitMarek Olšák2012-06-151-0/+1
* glsl: Use ir_unop_f2u to convert floats to uints.Paul Berry2012-06-151-2/+1
* gallium: Add TGSI_OPCODE_F2U to gallivm backend.Paul Berry2012-06-151-0/+13
* gallium: Add support for ir_unop_f2u to tgsi backend.Paul Berry2012-06-151-0/+6
* ir_to_mesa: Add support for ir_unop_f2u to ir_to_mesa backend.Paul Berry2012-06-151-0/+1
* 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