summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mesa: Don't use rtasm for Haiku swrastAlexander von Gluck IV2013-01-071-1/+1
* r600g: set the virtual address for the htile bufferAlex Deucher2013-01-072-2/+4
* radeon/winsys: move radeon family/class identification to winsysJerome Glisse2013-01-0713-176/+227
* r600g/radeon/winsys: indentation cleanupJerome Glisse2013-01-074-13/+12
* r600g: flush FMASK and CMASK at the end of CSMarek Olšák2013-01-061-1/+3
* r300g: implement MSAAMarek Olšák2013-01-0614-149/+458
* r300g: simplify DSA state, add ability to patch FG_ALPHA_FUNC while emittingMarek Olšák2013-01-063-79/+46
* r300g/compiler: add shader emulation for the alpha_to_one stateMarek Olšák2013-01-065-0/+41
* intel: Fix copy-and-paste bug setting gl_constants::MaxSamplesIan Romanick2013-01-041-1/+1
* mesa: Disallow R, RG, or RGB integer and unsigned formats in OpenGL ES 3.0Ian Romanick2013-01-041-4/+2
* mesa: Disallow SNORM formats for renderbuffers in OpenGL ESIan Romanick2013-01-041-16/+4
* mesa: Disallow deprecated SNORM formats for renderbuffersIan Romanick2013-01-041-18/+0
* util: fix addressing bug in pipe_put_tile_z() for PIPE_FORMAT_Z32_FLOATBrian Paul2013-01-041-1/+1
* util: add get/put_tile_z() support for PIPE_FORMAT_Z32_FLOAT_S8X24_UINTBrian Paul2013-01-041-0/+36
* gallivm: support more immediates in lp_build_tgsi_info()Brian Paul2013-01-041-1/+1
* xlib: allow GLX_DONT_CARE for glXChooseFBConfig() attribute valuesBrian Paul2013-01-041-0/+14
* st/glx: allow GLX_DONT_CARE for glXChooseFBConfig() attribute valuesBrian Paul2013-01-041-0/+14
* radeon/llvm: Remove backend code from MesaTom Stellard2013-01-0499-19168/+0
* Support LLVM >= 3.2 on radeonsi and opencl.Johannes Obermayr2013-01-041-0/+7
* clover: Fix build after the addition of enum pipe_flush_flagsTom Stellard2013-01-041-1/+1
* r300g: don't check for vertex and index buffer bind flagsMarek Olšák2013-01-042-4/+2
* r300g/swtcl: use memcpy to emit indicesMarek Olšák2013-01-041-10/+11
* r300g/swtcl: simplify vertex uploadingMarek Olšák2013-01-045-88/+42
* r300g/swtcl: fix crash when setting vertex buffersMarek Olšák2013-01-041-0/+3
* r300g: don't set PIPE_BIND flags for internal texturesMarek Olšák2013-01-042-21/+1
* i965: Fix glCompressedTexSubImage2D offsets for ETC textures.Paul Berry2013-01-041-0/+3
* egl/wayland: Remove kooky flush codeKristian Høgsberg2013-01-041-8/+0
* egl/wayland: Remove confusing comment about front buffer renderingKristian Høgsberg2013-01-041-10/+0
* egl_dri2: Remove unused struct dri2_egl_buffer from header fileKristian Høgsberg2013-01-041-5/+0
* egl: Add extension infrastructure for EGL_EXT_buffer_ageKristian Høgsberg2013-01-044-0/+16
* util: move var declaration before loop to fix MSVC errorBrian Paul2013-01-041-1/+2
* r600g: implement 3D transfersMarek Olšák2013-01-041-22/+32
* st/mesa: fix assertion failures with 2101010 vertex formatsMarek Olšák2013-01-041-3/+4
* st/mesa: accelerate CopyTexSubImage for 1D array texturesMarek Olšák2013-01-041-26/+66
* st/mesa: fix CopyTexSubImage fallback for 1D array texturesMarek Olšák2013-01-043-17/+42
* st/mesa: fix GetTexImage for compressed 2D array texturesMarek Olšák2013-01-042-23/+50
* gallium/util: remove unused helper util_create_rgba_textureMarek Olšák2013-01-042-61/+0
* st/mesa: try to find the format matching format+type in decompressed_with_blitMarek Olšák2013-01-041-19/+50
* st/mesa: fix GetTexImage for compressed cubemapsMarek Olšák2013-01-041-1/+1
* gallium/u_blitter: implement 3D blittingMarek Olšák2013-01-042-30/+83
* gallium/u_blitter: fix blitting TEXTURE_CUBE_ARRAY with a non-zero cube indexMarek Olšák2013-01-041-0/+5
* gallium/u_blitter: minor simplificationMarek Olšák2013-01-041-10/+11
* gallium/u_blitter: unify some parameters into a dstbox parameter in blit_genericMarek Olšák2013-01-044-29/+38
* gallium/u_blitter: remove useless parameter from blitter_default_dst_textureMarek Olšák2013-01-044-9/+7
* gallium/util: complete implementation of util_dump_transferMarek Olšák2013-01-041-4/+5
* mesa: allow TEXTURE_CUBE_MAP_ARRAY in GetTexImageMarek Olšák2013-01-041-0/+2
* gallium/radeon: send the END_OF_FRAME flag to the DRMMarek Olšák2013-01-045-5/+16
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-0463-81/+120
* radeonsi: fix int->bool conversion in fence_signalledMarek Olšák2013-01-041-1/+1
* r600g: fix int->bool conversion in fence_signalledMarek Olšák2013-01-041-1/+1