summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mesa: implement generate-mipmap fallback for RGB10_A2Marek Olšák2011-04-251-0/+80
* r600g: Remove r600_helper.c from SConscript.Vinson Lee2011-04-241-1/+0
* r600g: remove some pointless and unused functionsMarek Olšák2011-04-253-21/+3
* r600g: do not reset device to 0 when doing unrelated operationsMarek Olšák2011-04-251-2/+0
* r600g: trivially implement LATC/3DCMarek Olšák2011-04-251-0/+4
* r600g: drop r600_helper.c no point in itDave Airlie2011-04-254-73/+39
* r600g: enable EXT_draw_buffers2Dave Airlie2011-04-251-5/+1
* st/mesa: fix regression since a22aba4eae9b29db731487bce90e8292f7e82c72Dave Airlie2011-04-251-2/+2
* r600g: fix glean clipflat test.Dave Airlie2011-04-242-3/+8
* r300g: reorder capsMarek Olšák2011-04-241-13/+11
* r300g: fix exposing caps on r300-r400Marek Olšák2011-04-241-2/+2
* glsl: Fix typos in comments.Bryan Cain2011-04-231-6/+6
* r600g: fix glsl-fs-abs-negDave Airlie2011-04-241-0/+2
* r600g: fix bank swizzle calcs for scalar only operations.Dave Airlie2011-04-241-15/+25
* r600g: PV/PS have cycle restrictions in scalar operationsDave Airlie2011-04-241-2/+6
* mesa: Add some comments about FRAG_RESULT_COLOR vs FRAG_RESULT_DATAn.Eric Anholt2011-04-231-0/+8
* mesa: Fix fragment.color (no index) writes with OPTION ARB_draw_buffers.Eric Anholt2011-04-231-3/+8
* i965: Don't double-emit fragment.color writes for MRT with ARB_fp.Eric Anholt2011-04-232-35/+19
* i965: Fill in the remaining fields of gen5+ sampler default color.Eric Anholt2011-04-231-4/+14
* i965: Fix batch decode for the gen5+ sampler default color.Eric Anholt2011-04-231-6/+24
* intel: Add support for ARB_sampler_objects.Eric Anholt2011-04-2313-80/+99
* i965: Add support for NV_conditional_render.Eric Anholt2011-04-235-0/+17
* 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-233-0/+11
* 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
* 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
* 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