summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* swrast: Drop the global mapping of buffers across glReadPixels().Eric Anholt2011-11-031-8/+0
* swrast: Drop the remaining GetRow-based glReadPixels() fast-path.Eric Anholt2011-11-031-90/+0
* swrast: Remove dead _swrast_read_depth_span_uint().Eric Anholt2011-11-032-88/+0
* swrast: Convert color glReadPixels slow path to using MapRenderbuffer.Eric Anholt2011-11-031-72/+33
* swrast: Skip _swrast_validate_derived in _swrast_ReadPixels().Eric Anholt2011-11-031-4/+0
* swrast: Add a readpixels fast-path based on memcpy and MapRenderbuffer.Eric Anholt2011-11-031-4/+53
* mesa: Add a function for comparing gl_format to format/type.Eric Anholt2011-11-032-0/+321
* swrast: Switch the remaining depth readpixels to MapRenderbuffer.Eric Anholt2011-11-031-5/+17
* swrast: Switch the remaining depth/stencil readpixels path to MapRenderbuffer.Eric Anholt2011-11-031-30/+42
* swrast: MapRenderbuffer in separate depth/stencil readpixels fastpathEric Anholt2011-11-032-21/+59
* swrast: Calculate image address/stride once for depth/stencil readpixels.Eric Anholt2011-11-031-16/+14
* swrast: Make the packed depth/stencil read fastpath use MapRenderbuffer.Eric Anholt2011-11-033-29/+94
* swrast: Directly map the stencil buffer in read_stencil_pixels.Eric Anholt2011-11-033-4/+74
* radeon: Fix variable initialization typo.Vinson Lee2011-11-031-1/+1
* i965: Fix constant propagation into 32-bit integer MUL.Paul Berry2011-11-032-2/+15
* texgetimage: add missing return on errornobled2011-11-031-0/+1
* mesa: fix texture target mix-up in NV_fragment_program parserBrian Paul2011-11-031-7/+7
* radeon: Check an error return instead of assigning it to a dead variable.Eric Anholt2011-11-031-5/+13
* radeon: fix some regressions in texturing code.Dave Airlie2011-11-031-6/+4
* st/mesa: add support for GL_OES_EGL_image_externalChia-I Wu2011-11-035-0/+9
* mesa: add support for GL_OES_EGL_image_externalChia-I Wu2011-11-0316-17/+106
* mesa: clean up validate_texture_wrap_modeChia-I Wu2011-11-031-15/+27
* mesa: fix a logic error in glFramebufferTexture2DChia-I Wu2011-11-031-1/+1
* mesa: add GL_OES_EGL_image_external to the extension listChia-I Wu2011-11-032-0/+2
* mesa: add missing defines for GL_OES_EGL_image_externalChia-I Wu2011-11-031-0/+8
* mesa, i965: prepare for more than 8 texture targetsChia-I Wu2011-11-034-4/+4
* glapi: regenerate filesChia-I Wu2011-11-031-1178/+1190
* swrast: simplify the condition test for _swrast_choose_texture_sample_funcYuanhan Liu2011-11-031-13/+9
* mesa: fix the low limit of width and height for glRenderbufferStorageYuanhan Liu2011-11-031-2/+2
* mesa: fix inital value for new renderbufferYuanhan Liu2011-11-031-1/+1
* mesa: complete the GL_TEXTURE_SWIZZLE* setupYuanhan Liu2011-11-031-0/+27
* mesa: remove the redundant checkYuanhan Liu2011-11-031-6/+5
* driconf: updated german translationCarl-Philip Haensch2011-11-021-8/+11
* driconf: updated de.poCarl-Philip Haensch2011-11-021-50/+88
* wglSetPixelFormat should ignore the ppfd parameter.Morgan Armand2011-11-021-3/+7
* i965: Add support for integral vertex attributes.Paul Berry2011-11-023-4/+67
* mesa: Set the "Integer" field of gl_client_array properly.Paul Berry2011-11-023-0/+3
* dri: Remove unused memops.hKristian Høgsberg2011-11-022-42/+0
* dri: Remove a few unused dri helper functionsKristian Høgsberg2011-11-021-118/+0
* dri: Remove unused dri texmem.cKristian Høgsberg2011-11-028-1677/+1
* dri: Move _dri_texformat_* to radeon_texture.cKristian Høgsberg2011-11-023-27/+65
* r200: Don't use driIsTextureResident helperKristian Høgsberg2011-11-021-1/+0
* dri: Drop unused dri renderbuffer helper functionsKristian Høgsberg2011-11-025-255/+1
* dri: Move driUpdateFramebufferSize to dri_util.cKristian Høgsberg2011-11-023-21/+21
* dri: Remove unnecessary #defines and #includesKristian Høgsberg2011-11-021-8/+0
* dri: Remove unnecessary timestamp pointer indirectionKristian Høgsberg2011-11-023-14/+9
* dri: Remove unused fields from __DriverAPIRecKristian Høgsberg2011-11-021-34/+0
* dri: Remove dri2.enabled flagKristian Høgsberg2011-11-026-79/+9
* dri: Remove DRI1 fields from DRI structsKristian Høgsberg2011-11-023-138/+2
* dri: Remove remaining DRI1 vblank codeKristian Høgsberg2011-11-028-523/+0