summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* glx: More hacking around versions of XCB that lack GLX_ARB_create_context sup...Ian Romanick2012-01-043-4/+7
* gallium/util: fix argument cast in x32_s8_get_tile_rgba() callBrian Paul2012-01-041-1/+1
* st/mesa: remove st_CompressedTexSubImage1D/2D/3D()Brian Paul2012-01-041-81/+3
* st/mesa: fix indentation in st_copy_texsubimage()Brian Paul2012-01-041-5/+5
* st/mesa: remove st_TexImage(), use core Mesa code insteadBrian Paul2012-01-042-242/+41
* st/mesa: refactor gl_TexImage() code into prep_teximage()Brian Paul2012-01-041-17/+38
* intel: Re-enable GL_OES_standard_derivatives on GEN4+Ian Romanick2012-01-041-13/+9
* intel: Re-allow blitting glCopyBufferSubData() on gen >= 6.Eric Anholt2012-01-041-1/+1
* intel: Fix pitch handling for linear blits.Eric Anholt2012-01-041-4/+4
* intel: Fix bad read/write flags on self-copies for glCopyBufferSubData().Eric Anholt2012-01-041-1/+3
* Remove xmesa_xf86.hAdam Jackson2012-01-041-197/+0
* drisw: Fix drawable creation against non-default screensAdam Jackson2012-01-041-2/+1
* mesa: remove unused _mesa_init_teximage_fields() target parameterBrian Paul2012-01-0414-23/+22
* vl/mpeg2: simple fix to get xine running againChristian König2012-01-041-4/+5
* ff_fragment_shader: Don't generate swizzles for scalar combiner inputsIan Romanick2012-01-031-6/+10
* Fix read from pointer after freeAnuj Phogat2012-01-031-2/+3
* st/mesa: use SINT/UINT formats for VertexAttribIPointerChristoph Bumiller2012-01-033-6/+63
* tgsi/softpipe: disable FAST_MATHDave Airlie2012-01-031-1/+1
* softpipe: remove the 32bits limitation on depth(-stencil) formatsMorgan Armand2012-01-036-21/+91
* gallium: use Haiku provided debug_printf in OS.hAlexander von Gluck2012-01-031-1/+4
* glsl_to_tgsi: v2 Invalidate and revalidate uniform backing storageVadim Girlin2012-01-031-0/+25
* glx: Hack around versions of XCB that lack GLX_ARB_create_context supportIan Romanick2012-01-032-0/+23
* intel: include version.h in intel_screen.c to silence warningBrian Paul2012-01-021-0/+1
* dri_util: Fix order of error and data parameters to dri2CreateContextAttribsIan Romanick2012-01-021-1/+1
* r600g: add missing colorswaps for r8 uint/sint.Dave Airlie2012-01-022-0/+4
* tests/glx: Add unit tests for GLX_ARB_create_context GLX protocolIan Romanick2012-01-021-1/+4
* glx: Don't use 'new' as a function parameter nameIan Romanick2012-01-021-1/+1
* glx: Enable GLX_EXT_create_context_es2_profileIan Romanick2012-01-025-0/+39
* dri2: Add plumbing to get context version requirements and flags to driversIan Romanick2012-01-0213-34/+272
* glx/dri2: Implement glx_screen_vtable::create_context_attribs for DRISW contextsIan Romanick2012-01-021-1/+88
* glx/dri: Add utility function dri2_convert_glx_attribsIan Romanick2012-01-022-0/+108
* st/mesa: Reject forward-looking contextsIan Romanick2012-01-021-2/+6
* dri_util: Mostly stub implementation of dri2CreateContextAttribsIan Romanick2012-01-021-12/+79
* glx: Add extension strings for GLX_ARB_create_context and GLX_ARB_create_cont...Ian Romanick2012-01-022-1/+5
* glx: Connect glXCreateContextAttribsARB to glXGetProcAddressIan Romanick2012-01-021-0/+3
* glx: Initial implementation of glXCreateContextAttribsARBIan Romanick2012-01-024-1/+121
* glx/dri2: Implement glx_screen_vtable::create_context_attribs for DRI2 contextsIan Romanick2012-01-021-1/+91
* glx: Implement glx_screen_vtable::create_context_attribs for indirect contextsIan Romanick2012-01-021-1/+23
* glx: Add glx_screen_vtable::create_context_attribsIan Romanick2012-01-024-3/+14
* glx: Use __glX_send_client_info with XCBIan Romanick2012-01-021-0/+4
* glx: Add __glX_send_client_info super functionIan Romanick2012-01-023-0/+160
* glsl-to-tgsi: handle ir_unop_round_evenChristoph Bumiller2012-01-021-1/+4
* glsl_to_tgsi: fix handling of CONT and BRK in eliminate_dead_code_advanced()Bryan Cain2012-01-021-2/+7
* swrast: Remove dead code in _swrast_clear_depth_buffer()Paul Berry2012-01-021-9/+0
* radeon: move declarations before codeBrian Paul2012-01-022-4/+6
* radeon: add casts to silence warningsBrian Paul2012-01-021-2/+2
* radeon: remove unused tex image function prototypesBrian Paul2012-01-021-40/+0
* mesa: remove the dstX/Y/Zoffset params to _mesa_texstore() functionsBrian Paul2012-01-029-309/+111
* intel: pass xoffset, yoffset = 0 to _mesa_texstore()Brian Paul2012-01-021-3/+1
* i965: Silence gcc warning about uninitialized "inst" in assert() case.Eric Anholt2012-01-021-1/+1