summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* dri_util: Don't assume __DRIcontext->driverPrivate is a gl_contextKristian Høgsberg2013-12-1314-10/+34
* swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie2013-12-1340-58/+219
* util: fix compile breakageBrian Paul2013-12-121-1/+1
* util: move variable declaration out of for-loopBrian Paul2013-12-121-1/+3
* gallium/util: implement new color clear API in u_blitterMarek Olšák2013-12-121-3/+42
* st/mesa: set correct PIPE_CLEAR_COLORn flagsMarek Olšák2013-12-121-11/+26
* gallium: allow choosing which colorbuffers to clearMarek Olšák2013-12-126-11/+23
* st/mesa: fix glClear with multiple colorbuffers and different formatsMarek Olšák2013-12-121-24/+9
* mesa: fix interpretation of glClearBuffer(drawbuffer)Marek Olšák2013-12-121-6/+25
* r600g,radeonsi: fix initialized buffer range tracking for DMA, add commentsMarek Olšák2013-12-123-21/+36
* radeonsi: fix binding the dummy pixel shaderMarek Olšák2013-12-123-24/+11
* radeonsi: fix FS_COLOR0_WRITES_ALL_CBUFS with mixed colorbuffer formatsMarek Olšák2013-12-121-25/+15
* radeonsi: use the colorbuffer count from the shader keyMarek Olšák2013-12-123-16/+7
* radeonsi: remove unused variable in si_pipe_shader_psMarek Olšák2013-12-121-8/+1
* radeonsi: Write htile state to hardware.Andreas Hartmetz2013-12-123-13/+65
* radeon: Allocate htile buffer for SI in r600_texture.Andreas Hartmetz2013-12-121-15/+67
* radeon: rearrange r600_texture and related code a bit.Andreas Hartmetz2013-12-125-46/+46
* r600g,radeonsi: consolidate buffer code, add handling of DISCARD_RANGE for SIMarek Olšák2013-12-1213-353/+210
* r600g,radeonsi: add common interface for buffer invalidationMarek Olšák2013-12-127-6/+10
* r600g,radeonsi: consolidate some debug flagsMarek Olšák2013-12-124-4/+5
* r600g: refactor out code for buffer invalidationMarek Olšák2013-12-123-55/+57
* r600g,radeonsi: share flags has_cp_dma and has_streamoutMarek Olšák2013-12-1210-26/+28
* radeonsi: handle PIPE_TRANSFER_DISCARD_WHOLE_RESOURCEMarek Olšák2013-12-123-0/+135
* radeonsi: implement accelerated buffer copyingMarek Olšák2013-12-123-4/+64
* r600g: use common interfaces in buffer_transfer_unmapMarek Olšák2013-12-125-14/+22
* radeon: move some functions to r600_buffer_common.cMarek Olšák2013-12-124-130/+161
* winsys/radeon: set/get the scanout flag with the tiling ioctlsMarek Olšák2013-12-125-11/+22
* glsl: modify ir_clone to use memcpyTapani Pälli2013-12-121-20/+3
* glsl: move variables in to ir_variable::data, part IITapani Pälli2013-12-1231-411/+421
* glsl: move variables in to ir_variable::data, part ITapani Pälli2013-12-1246-307/+308
* glsl: introduce data section to ir_variableTapani Pälli2013-12-1218-75/+83
* mesa: fix a typo in glDetachShader error messageTapani Pälli2013-12-121-1/+1
* svga: expose HW smooth/stipple/wide linesBrian Paul2013-12-117-14/+99
* glx: Add missing null check in DRI2WireToEventJuha-Pekka Heikkila2013-12-111-0/+2
* llvmpipe: add plumbing for ARB_depth_clampMatthew McClure2013-12-114-35/+62
* r600g/sb: fix stack size computation on evergreenVadim Girlin2013-12-111-4/+12
* llvmpipe: add a very useful (disabled) debugging outputZack Rusin2013-12-101-0/+20
* draw: fix vbuf caching of vertices with inject front faceZack Rusin2013-12-101-0/+1
* llvmpipe: fix blending with half-float formatsZack Rusin2013-12-103-5/+108
* svga/winsys: Implement surface sharing using prime fd handlesThomas Hellstrom2013-12-102-18/+74
* gallium/radeon: Implement hooks for DRI Image 7 (v2)Christopher James Halse Rogers2013-12-104-24/+141
* radeon: Rename bo_handles hashtable to match its actual contents.Christopher James Halse Rogers2013-12-101-8/+8
* ilo: Support DRI Image 7Christopher James Halse Rogers2013-12-102-3/+18
* nouveau: Support DRI Image 7 extensionMaarten Lankhorst2013-12-102-3/+26
* gallium/dri: Support DRI Image extension version 7Christopher James Halse Rogers2013-12-102-10/+106
* gallium/dri2: Set winsys_handle type to KMS for stride query.Christopher James Halse Rogers2013-12-101-0/+1
* gallium/winsys/drm: Prepare for passing prime fds in winsys_handleChristopher James Halse Rogers2013-12-109-4/+38
* gallium/dri: Support DRI Image extension version 6Christopher James Halse Rogers2013-12-101-1/+71
* nv50: report 15 max inputs for fragment programsIlia Mirkin2013-12-101-1/+1
* nouveau: Fix compiler warning regressionMaarten Lankhorst2013-12-101-4/+0