summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-05-29llvmpipe: get rid of tiled/linear layout remainsRoland Scheidegger6-226/+47
2013-05-28intel: Remove dead intel_drawbuf_region().Eric Anholt2-16/+0
2013-05-28intel: Fix format handling of blit glBitmap()Eric Anholt1-3/+12
2013-05-28intel: Fix MRT handling of glBitmap().Eric Anholt1-9/+14
2013-05-28intel: Rebuild PBO blit glTexImage() on top of miptrees.Eric Anholt1-30/+32
2013-05-28intel: Rebuild PBO blit glReadPixels() on top of miptrees.Eric Anholt1-25/+23
2013-05-28intel: Rework intel_miptree_create_for_region() to wrap a BO.Eric Anholt3-24/+67
2013-05-28intel: Make a temporary miptree for the blit path of miptree mapping.Eric Anholt2-74/+29
2013-05-28intel: Make a temporary miptree when doing blit uploads for glTexSubImage().Eric Anholt1-44/+28
2013-05-28intel: Extend the force_y_tiling flag to allow forcing no tiling.Eric Anholt5-13/+26
2013-05-28intel: Add an assert for glCopyTexSubImage() being called on MSAA buffers.Eric Anholt1-0/+6
2013-05-28i965: Allow glCopyTexSubImage() on depth textures.Eric Anholt1-5/+0
2013-05-28i965: Prefer blorp glBlitFramebuffer() to the glCopyTexSubImage-based blit.Eric Anholt1-8/+9
2013-05-28i965: Consistently do depth resolves before blitting.Eric Anholt2-6/+6
2013-05-28intel: Make a wrapper for intelEmitCopyBlit using miptrees.Eric Anholt5-111/+127
2013-05-28intel: Rename intel_renderbuffer_tile_offsets.Eric Anholt3-6/+6
2013-05-28intel: Reduce intel_renderbuffer_tile_offsets to a thin wrapper.Eric Anholt2-28/+7
2013-05-28intel: Make intel_miptree_get_tile_offsets return a page offset.Eric Anholt4-10/+26
2013-05-28glsl: Fix MSVC build.José Fonseca1-3/+3
2013-05-28mesa: fix GLSL program objects with more than 16 samplers combinedMarek Olšák9-113/+167
2013-05-28swrast: increase array size of TextureSampleMarek Olšák2-4/+4
2013-05-28mesa: declare UniformBufferBindings as an array with a static sizeMarek Olšák4-14/+9
2013-05-28radeonsi: Enable GLSL 1.30Michel Dänzer1-1/+1
2013-05-28radeonsi: Handle TGSI TXQ opcodeMichel Dänzer2-3/+33
2013-05-28radeonsi: Add support for TGSI TXF opcodeMichel Dänzer2-14/+51
2013-05-28radeonsi: Use tgsi_util_get_texture_coord_dim()Michel Dänzer1-25/+7
2013-05-28radeonsi: Handle TGSI_SEMANTIC_CLIPDISTMichel Dänzer1-4/+17
2013-05-28radeonsi: Make border colour state handling safe for integer texturesMichel Dänzer2-20/+27
2013-05-28radeonsi: Fix hardware state for dual source blendingMichel Dänzer4-6/+17
2013-05-28r600g/sb: handle more cases for folding in gvn passVadim Girlin2-28/+118
2013-05-27st/vdpau: destroy handle table only when it's emptyChristian König1-1/+1
2013-05-27st/vdpau: remove vlCreateHTAB from surface functionsChristian König1-9/+0
2013-05-27st/vdpau: invalidate the handles on destructionChristian König3-0/+4
2013-05-27r600g/sb: improve folding for SETccVadim Girlin1-8/+98
2013-05-27r600g/sb: optimize CNDcc instructionsVadim Girlin3-1/+113
2013-05-27r600g/sb: improve optimization of conditional instructionsVadim Girlin6-21/+96
2013-05-27ilo: enable multiple constant buffersChia-I Wu1-1/+1
2013-05-27ilo: add support for indirect access of CONST in FSChia-I Wu2-2/+99
2013-05-27ilo: add support for TBOs on GEN6Chia-I Wu1-8/+26
2013-05-27ilo: advertise supports for pure integer formatsChia-I Wu1-2/+3
2013-05-27ilo: add support for texture buffer objectsChia-I Wu2-10/+32
2013-05-27tgsi: add buffer texture to tgsi_util_get_texture_coord_dim()Chia-I Wu2-0/+3
2013-05-27r600g/sb: improve handling of KILL instructionsVadim Girlin3-89/+139
2013-05-27r600g/sb: fix peephole optimization for PRED_SETEVadim Girlin1-1/+1
2013-05-27r600g/sb: fix scheduling of PRED_SET instructionsVadim Girlin2-2/+18
2013-05-25r600g/sb: fix handling of preloaded inputs for compute shadersVadim Girlin1-0/+4
2013-05-24xlib: add null ctx check in glXDestroyContext()Brian Paul1-10/+12
2013-05-24st/glx: add null ctx check in glXDestroyContext()Brian Paul1-10/+12
2013-05-24st/mesa: add switch cases for new IR enums to silence warningsBrian Paul1-0/+2
2013-05-24st/glx/xlib: assorted whitespace, comment fixesBrian Paul1-8/+17