summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mesa: Support internalFormat=GL_BGRA for DRI driversKristian Høgsberg2011-01-261-0/+11
* st/egl: Downgrade warning to debug when we can't create a drm screenKristian Høgsberg2011-01-262-2/+2
* mesa: fix MESA/EXT typoBrian Paul2011-01-261-1/+1
* util: require debug options to be separated by commasMarek Olšák2011-01-261-1/+38
* gallium: add an interface for query predicatesZack Rusin2011-01-262-1/+7
* softpipe: support for 1D/2D texture arraysBrian Paul2011-01-253-1/+210
* st/mesa: support for 1D/2D texture arraysBrian Paul2011-01-253-5/+12
* tgsi: add support for 1D/2D texture arraysBrian Paul2011-01-254-3/+42
* configure.ac: define LIBDRM_INTEL_REQUIREDTormod Volden2011-01-251-1/+2
* mesa: remove isProxy local varBrian Paul2011-01-251-4/+2
* mesa: use texFormat local var in more placesBrian Paul2011-01-251-4/+4
* mesa: consolidate error handling code in _mesa_GetTexLevelParameteriv()Brian Paul2011-01-251-26/+19
* mesa: consolidate error handling in set_tex_parameteri()Brian Paul2011-01-251-38/+36
* mesa: add checks for GL_EXT_texture_arrayBrian Paul2011-01-252-16/+23
* linker: Propagate max_array_access while linking functionsIan Romanick2011-01-252-4/+13
* linker: Set sizes for non-global arrays as wellIan Romanick2011-01-251-18/+17
* ir_to_mesa: Add several assertions about sizes of arraysIan Romanick2011-01-251-0/+4
* glsl: silence uninitialized var warning in read_texture()Brian Paul2011-01-251-1/+4
* r600g: Implement timer queries.Mathias Fröhlich2011-01-255-14/+78
* r600g: Implement asyncronous query results.Mathias Fröhlich2011-01-251-4/+13
* r600g: Fix meaning of num_results for queries.Mathias Fröhlich2011-01-251-4/+4
* fix potential leak in r600_context_initTim Wiederhake2011-01-251-1/+2
* silences some valgrind warningsTim Wiederhake2011-01-251-1/+1
* Revert "glapi: adding missing @GOTPCREL qualifer in glapi_x86-64.S"Brian Paul2011-01-252-2/+2
* softpipe: fix off-by-one error in setup_fragcoord_coeff()Brian Paul2011-01-251-1/+1
* st/mesa: add comments in emit_wpos()Brian Paul2011-01-251-0/+12
* st/mesa: fix incorrect fragcoord.x translationBrian Paul2011-01-251-4/+6
* glapi: adding @ char before type specifier in glapi_x86.SDimitry Andric2011-01-252-2/+2
* glapi: adding missing @GOTPCREL qualifer in glapi_x86-64.SDimitry Andric2011-01-252-2/+2
* svga: link libwsw for dri-vmwgfx target with make build system tooRoland Scheidegger2011-01-251-0/+1
* u_blitter: remove bogus assertionMarek Olšák2011-01-251-3/+0
* u_blitter: report recursion, update commentsMarek Olšák2011-01-251-1/+14
* nvc0: Move declaration before code.Vinson Lee2011-01-241-2/+2
* gallium/tgsi: update the docs for the new opcodes a bitZack Rusin2011-01-241-5/+52
* mesa: add red, red/green formats in _mesa_base_fbo_format()Brian Paul2011-01-241-1/+11
* mesa: plug in fallback function for ctx->Driver.ValidateFramebuffer()Brian Paul2011-01-244-1/+34
* mesa: new cases in _mesa_base_fbo_format()Brian Paul2011-01-241-8/+35
* Revert "mesa: Simplify _mesa_base_fbo_format by making it exceptions to texim...Brian Paul2011-01-241-24/+43
* scons: Add nvc0 to SConscript.Vinson Lee2011-01-241-0/+1
* vega: implement handler/pointer conversion using a hash tableBrian Paul2011-01-249-9/+175
* vega: remove redundant functions found elsewhereBrian Paul2011-01-241-10/+0
* vega: replace casts with pointer/handle conversion functionsBrian Paul2011-01-2411-165/+297
* glx: fix request lengthsJulien Cristau2011-01-241-3/+3
* svga: Add more swrast debugingJakob Bornecrantz2011-01-254-4/+34
* svga: Use get once helpers for context debug envsJakob Bornecrantz2011-01-251-4/+8
* rbug: Fix surface reference leakJakob Bornecrantz2011-01-251-3/+3
* glsl: Fix mingw crosscompileJakob Bornecrantz2011-01-251-0/+1
* r600g: FLT_TO_INT* are vector instructions on Evergreen.Henri Verbeet2011-01-251-2/+2
* graw: add a test showing the new sampling scheme in actionZack Rusin2011-01-241-0/+415
* gallium: implement modern sampling schemeZack Rusin2011-01-2417-34/+767