aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r600g,radeonsi: share the async dma interfaceMarek Olšák2013-09-298-51/+61
* radeonsi: move radeonsi-specific functions out of r600_texture.cMarek Olšák2013-09-294-46/+38
* r600g,radeonsi: remove unused codeMarek Olšák2013-09-292-4/+0
* r600g: move r600g-specific functions out of r600_texture.cMarek Olšák2013-09-294-467/+461
* r600g,radeonsi: consolidate r600_texture structuresMarek Olšák2013-09-293-42/+26
* r600g: get rid of r600_texture::is_ratMarek Olšák2013-09-292-8/+1
* r600g: get rid of r600_texture::array_modeMarek Olšák2013-09-293-25/+4
* r600g,radeonsi: consolidate transfer, cmask, and fmask structuresMarek Olšák2013-09-299-127/+94
* radeon drivers: handle PIPE_CAP_MAX_VIEWPORTSMarek Olšák2013-09-293-0/+9
* radeon/llvm: fix TGSI_OPCODE_UCMPMarek Olšák2013-09-291-3/+7
* st/mesa: fix GLSL mix(.., .., bvecN)Marek Olšák2013-09-291-1/+8
* configure.ac: Add a more informative warning when libclc.pc is not found v2Tom Stellard2013-09-271-6/+11
* mesa: Include stdint.h in mtypes.h for uint32_t symbol.Vinson Lee2013-09-261-0/+2
* i965/fs: Don't double-accept operands of logical and/or/xor operations.Kenneth Graunke2013-09-261-7/+4
* i965: Add #define for MI_REPORT_PERF_COUNT on Gen6+.Kenneth Graunke2013-09-261-0/+2
* i965: Add support for GL_AMD_performance_monitor on Ironlake.Kenneth Graunke2013-09-266-0/+420
* mesa: Add core support for the GL_AMD_performance_monitor extension.Kenneth Graunke2013-09-2613-0/+913
* glsl: Create and use a has_uniform_buffer_objects() helper.Kenneth Graunke2013-09-263-7/+8
* glsl: Create and use a has_explicit_attrib_location() helper.Kenneth Graunke2013-09-264-6/+7
* mesa: Remove 'invalidate_state' parameter to _mesa_dirty_texobj().Kenneth Graunke2013-09-266-14/+10
* mesa: Remove some remaining FEATURE_* detritus.Eric Anholt2013-09-268-47/+1
* i965: Fix cube array coordinate normalizationChris Forbes2013-09-261-5/+11
* draw/clip: don't emit so many empty trianglesZack Rusin2013-09-251-0/+39
* llvmpipe: count c_primitives before discarding null primsZack Rusin2013-09-251-7/+6
* llvmpipe: we need to subdivide if fb is bigger in either directionZack Rusin2013-09-251-1/+1
* radeon/llvm: fix shadow cube texturing for GL3.0Marek Olšák2013-09-251-23/+15
* radeonsi: fix blitting the last 2 mipmap levels of compressed texturesMarek Olšák2013-09-253-2/+20
* radeonsi: add missing colorbuffer formats (rework format translation)Marek Olšák2013-09-251-346/+104
* radeonsi: bypass alpha-test for integer colorbuffersMarek Olšák2013-09-251-1/+10
* r600g: fix texture buffer object cache flushingMarek Olšák2013-09-251-1/+4
* r600g: fix constant buffer cache flushingMarek Olšák2013-09-251-1/+5
* radeon/winsys: keep screen pointer in winsys v2Christian König2013-09-258-22/+48
* build/radeonsi: group all targets in common subdirChristian König2013-09-2510-101/+78
* build/r600: group all targets in common subdirChristian König2013-09-2512-128/+81
* build/r300: group build target in common subdirChristian König2013-09-259-83/+62
* radeon/uvd: try to place msg/fb buffer into GARTChristian König2013-09-251-2/+2
* radeon/uvd: move alignment to winsysChristian König2013-09-252-6/+6
* st/vdpau: use a separate lock per decoderChristian König2013-09-252-9/+12
* st/vdpau: use new vlc function to serach for VC-1 start codesChristian König2013-09-251-2/+1
* vl/mpeg12: use new vlc function to search for start codesChristian König2013-09-251-1/+1
* vl/vlc: add fast forward search for byte valueChristian König2013-09-251-10/+74
* glsl: Initialize ir_lower_jumps_visitor member variables.Vinson Lee2013-09-241-1/+6
* glsl: Initialize lower_vector_visitor::dont_lower_swz.Vinson Lee2013-09-241-1/+1
* glsl: Initialize assignment_generator member variables.Vinson Lee2013-09-241-0/+6
* glsl: Remove unused pointer value.Vinson Lee2013-09-241-1/+1
* Revert "llvmpipe: increase number of subpixel bits to eight"Zack Rusin2013-09-243-17/+11
* mesa: remove handcounted magic numberDylan Noblesmith2013-09-241-13/+20
* mesa: remove outdated commentDylan Noblesmith2013-09-241-1/+0
* mesa: remove stale commentDylan Noblesmith2013-09-241-2/+0
* llvmpipe: align the array used for subdivived verticesZack Rusin2013-09-231-1/+1