summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ilo: move hardware limits to ilo_gpe.hChia-I Wu2013-06-072-22/+56
* draw: trivial fix comment typoRoland Scheidegger2013-06-061-1/+1
* gallium/tgsi: add missing string for layer semanticRoland Scheidegger2013-06-063-1/+8
* llvmpipe: bump 3d and cube map limits to 2048 and 8192 respectivelyRoland Scheidegger2013-06-061-2/+2
* glsl: Fix uniform buffer object counting.Eric Anholt2013-06-063-4/+43
* glsl: Make a local variable to avoid restating this array lookup.Eric Anholt2013-06-061-8/+8
* intel: Use the CHIPSET macro in the PCI ID tables for the device name.Kenneth Graunke2013-06-064-294/+114
* intel: Remove 'misc' parameter from CHIPSET macro in PCI ID tables.Kenneth Graunke2013-06-063-110/+110
* build: Use PACKAGE_VERSION from autoconfAndreas Boll2013-06-062-2/+0
* build: Unify PACKAGE_VERSION on autotools, scons and AndroidAndreas Boll2013-06-064-4/+4
* radeon/winsys: correct RADEON_GEM_WAIT_IDLE useJonathan Gray2013-06-062-2/+2
* configure.ac: Build dricommon for gallium swrastMike Stroyan2013-06-061-0/+1
* i965: Adding more reserved PCI IDs for Haswell.Rodrigo Vivi2013-06-053-3/+101
* mesa: remove outdated version lines in commentsRico Schüller2013-06-05453-453/+0
* gallium: System z supportRichard Sandiford2013-06-052-2/+6
* llvmpipe: improve alignment calculation for fetching/storing pixelsRoland Scheidegger2013-06-051-12/+21
* llvmpipe: reduce alignment requirement for 1d resources from 4x4 to 4x1Roland Scheidegger2013-06-059-44/+158
* llvmpipe: cleanup of generate_unswizzled_blendRoland Scheidegger2013-06-051-22/+37
* gallivm: enhance special sse2 4x4f and 2x8f -> 1x16ub conversionRoland Scheidegger2013-06-052-32/+60
* gallivm: (trivial) fix lp_build_concat_nRoland Scheidegger2013-06-051-1/+5
* mesa: change MAX_PROGRAM_ADDRESS_REGS to 1, clamp to it in state trackerBrian Paul2013-06-042-2/+3
* intel: Don't try to blorp or blit CopyTexSubImage(1D_ARRAY).Paul Berry2013-06-042-0/+7
* i965/gen6+: Fix multisample assertions in CopyTexSubImage hw blitter path.Paul Berry2013-06-041-4/+9
* mesa: Prevent possible out-of-bounds read by save_SamplerParameterfv.Vinson Lee2013-06-031-1/+4
* i965: fix problem with constant out of bounds access (v3)Dave Airlie2013-06-043-1/+16
* intel: Fix copying of separate stencil data in glCopyTexSubImage().Eric Anholt2013-06-031-8/+15
* meta: Fix temporary image type for float depth/stencil.Eric Anholt2013-06-031-4/+14
* intel: Fix performance regression from miptree blit changes.Eric Anholt2013-06-032-3/+2
* glcpp: Add test case for recently fixed loop-control underflow bug.Carl Worth2013-06-032-0/+25
* glcpp: Fix post-decrement underflow in loop-control variableCarl Worth2013-06-031-1/+3
* i965: Fix glColorPointer(GL_FIXED)Chad Versace2013-06-031-0/+8
* softpipe: draw_find_shader_output returns -1 on invalid outputsZack Rusin2013-05-301-1/+1
* radeonsi/compute: Upload work group, work item size in input bufferTom Stellard2013-06-031-11/+27
* radeonsi/compute: Pass kernel arguments in a buffer v2Tom Stellard2013-06-033-35/+44
* radeonsi/compute: Implement un-binding of global buffersTom Stellard2013-06-031-12/+19
* radeonsi/compute: Support multiple kernels in a compute programTom Stellard2013-06-031-9/+18
* radeonsi/compute: Add missing PIPE_COMPUTE capsTom Stellard2013-06-031-0/+16
* i965 gen7: use SURFACE_STATE fields to select render level/layerJordan Justen2013-06-022-18/+46
* mesa/texformat: add _mesa_tex_target_is_array functionJordan Justen2013-06-022-0/+16
* intel: add layered parameter to update_renderbuffer_surfaceJordan Justen2013-06-023-1/+9
* intel_fbo: set gl_renderbuffer Depth fieldJordan Justen2013-06-021-0/+2
* intel: print image depth in debug messageJordan Justen2013-06-021-2/+2
* mesa: handle missing read buffer in _mesa_get_color_read_format/type()Brian Paul2013-06-021-30/+48
* meta: move vertex array enables for mipmap generationBrian Paul2013-06-021-2/+2
* mesa: fix hodge podge indentation, update comments in texformat.cBrian Paul2013-06-021-186/+184
* gallium: add support for layered renderingRoland Scheidegger2013-06-012-3/+22
* gallivm: fix out-of-bounds access with mirror_clamp_to_edge address modeRoland Scheidegger2013-06-011-6/+7
* llvmpipe: fix bogus assertions for buffer surfacesRoland Scheidegger2013-06-011-2/+2
* i965: Fix haswell_upload_cut_index when there's no index buffer.Kenneth Graunke2013-05-311-1/+13
* llvmpipe: reduce alignment requirement for resources from 64x64 to 4x4Roland Scheidegger2013-05-317-53/+83