aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* i965: Add support for NV_conditional_render.Eric Anholt2011-04-237-1/+19
* swrast: Disable glAccum drawing during conditional rendering.Eric Anholt2011-04-231-0/+4
* meta: Don't do conditional rendering on GenerateMipmaps and BlitFramebuffer.Eric Anholt2011-04-231-1/+24
* i965: Add support for ARB_texture_compression_rgtc.Eric Anholt2011-04-234-2/+13
* mesa: Don't assert on the compressed convertformat for GenerateMipmaps.Eric Anholt2011-04-231-1/+0
* mesa: Choose RGTC formats for GL_COMPRESSED_RED, GL_COMPRESSED_RG.Eric Anholt2011-04-231-0/+8
* mesa/gdi: Address compiler warnings.José Fonseca2011-04-232-136/+131
* mesa/gdi: Remove InitCritSections.cpp.José Fonseca2011-04-231-33/+0
* Drop fx windows driver.José Fonseca2011-04-233-2299/+0
* glu: Fix linux buildJakob Bornecrantz2011-04-231-1/+1
* glu: Clone the enviromentJakob Bornecrantz2011-04-231-0/+2
* docs: Remove MSVS project files.José Fonseca2011-04-2322-9091/+9
* scons: Build glu.José Fonseca2011-04-234-2/+143
* scons: Build classic mesa gdi driver.José Fonseca2011-04-236-115/+52
* osmesa: Fix Mingw build.José Fonseca2011-04-231-16/+1
* scons: Build osmesa.José Fonseca2011-04-233-0/+108
* mapi/glapi: Avoid warnings about visibility being unsupported on MinGW.José Fonseca2011-04-232-2/+2
* mesa/vf: Remove.José Fonseca2011-04-235-2257/+0
* graw: Replace dead symlinks to delete python statetracker shaders with their ...José Fonseca2011-04-2364-2/+818
* draw: fix point/line/tri flushing bug in vbuf codeBrian Paul2011-04-221-4/+10
* r300g: do not advertise color_buffer_float on r300 and r400Marek Olšák2011-04-221-1/+1
* r300/compiler: fix up error messageMarek Olšák2011-04-221-2/+2
* egl/wayland: Follow buffer.attach removalBenjamin Franzke2011-04-221-1/+0
* egl/wayland: Update to buffer.damage additionBenjamin Franzke2011-04-223-4/+6
* configure.ac: fix up the help text for --enable-gallium-r300Marek Olšák2011-04-221-1/+1
* r300g: disallow A16F,L16F,LA16F,I16F texture formats on DRM<2.8.0Marek Olšák2011-04-221-4/+9
* st/egl: Update to wayland protocol,egl changesBenjamin Franzke2011-04-222-27/+92
* egl_dri2: Create wl_buffers for pixmap surfacesBenjamin Franzke2011-04-222-12/+23
* egl/wayland: Add new version parameter for post_drmBenjamin Franzke2011-04-221-1/+3
* egl/wayland: Fix prefixes for interface namesBenjamin Franzke2011-04-222-5/+5
* swrast: fix readpix clampingMarek Olšák2011-04-221-4/+4
* WL_bind_wayland_display: clarify that context must be NULLKristian Høgsberg2011-04-211-1/+1
* i915: Gut all remaining bits of hardware fogIan Romanick2011-04-214-107/+13
* i915: i915_context::vertex_fog is always I915_FOG_NONE, so kill itIan Romanick2011-04-213-8/+1
* i915: There's always a fragment programIan Romanick2011-04-211-26/+5
* i915: Delete disabled try_pixel_fog pathsIan Romanick2011-04-211-55/+0
* mesa: Kill gl_fragment_program::FogOption with fireIan Romanick2011-04-217-37/+31
* i915: gl_fragment_program::FogOption is always GL_NONE so don't check itIan Romanick2011-04-212-11/+2
* i965: gl_fragment_program::FogOption is always GL_NONE so don't check itIan Romanick2011-04-211-5/+0
* mesa: gl_fragment_program::FogOption is always GL_NONE so don't check itIan Romanick2011-04-212-19/+8
* mesa: Fix bugs in ff fragment shader fog handlingIan Romanick2011-04-211-19/+20
* st/mesa: check image size before copy_image_data_to_texture()Brian Paul2011-04-211-2/+7
* galahad,util: warn on resource target mismatch in copy_regionMarek Olšák2011-04-212-0/+9
* st/mesa: implement CopyBufferSubData using resource_copy_regionMarek Olšák2011-04-211-19/+4
* gallium: add fallback for copying buffers to all driversMarek Olšák2011-04-218-0/+70
* util: add a simple memcpy path for copying buffers in util_resource_copy_regionMarek Olšák2011-04-211-9/+13
* glsl/ast_to_hir: Only use the local 'type' variable as a temporary.Kenneth Graunke2011-04-201-20/+4
* i965: Remove dead vertex buffer structs.Kenneth Graunke2011-04-201-25/+0
* wayland-egl: Update to wayland-egl.h changes, drop struct wl_egl_displayKristian Høgsberg2011-04-205-176/+85
* mesa: fix void pointer arithmetic warningBrian Paul2011-04-201-2/+2