summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r600g: simplify flushingMarek Olšák2012-09-1312-190/+210
* radeon/llvm: Fix lowering of vbuildTom Stellard2012-09-137-93/+19
* radeon/llvm: Support fmul on SITom Stellard2012-09-131-1/+4
* i965: Fix out-of-order sampler unit usage in ARB fragment programs.Kenneth Graunke2012-09-122-2/+5
* mesa: Add a _mesa_fls() function to find the last bit set in a word.Kenneth Graunke2012-09-121-0/+22
* i965/blorp: Fix offsets and width/height for stencil blits.Paul Berry2012-09-121-9/+37
* i965/blorp: Reduce alignment restrictions for stencil blits.Paul Berry2012-09-121-6/+17
* i965/blorp: don't reduce stencil alignment restrictions when multisampling.Paul Berry2012-09-121-9/+1
* intel: Add map_stencil_as_y_tiled to intel_region_get_aligned_offset.Paul Berry2012-09-128-13/+31
* intel: Add map_stencil_as_y_tiled to intel_region_get_tile_masks.Paul Berry2012-09-128-13/+21
* i965/blorp: Account for offsets when emitting SURFACE_STATE.Paul Berry2012-09-124-4/+48
* i965/blorp: Thread level and layer through brw_blorp_blit_miptrees().Paul Berry2012-09-123-6/+19
* i965/blorp: Don't create a dummy renderbuffer just to fetch image offsets.Paul Berry2012-09-121-8/+1
* i965/blorp: store x and y offsets in brw_blorp_mip_info.Paul Berry2012-09-124-28/+31
* i965/blorp: store surface width/height in brw_blorp_mip_info.Paul Berry2012-09-125-37/+48
* i965/blorp: Change gl_renderbuffer* params to intel_renderbuffer*.Paul Berry2012-09-121-28/+32
* i965/blorp: Clarify why width/height must be adjusted for Gen6 IMS surfaces.Paul Berry2012-09-122-1/+10
* i965/gen6+: Adjust stencil buffer size after computing miptree layout.Paul Berry2012-09-121-12/+16
* build: Don't list glproto and dri2proto in pkg-config fileMatt Turner2012-09-121-2/+1
* radeonsi: Properly handle NULL sampler views.Michel Dänzer2012-09-121-3/+3
* radeonsi: Fix calculation of number of records in buffer resource.Michel Dänzer2012-09-121-1/+1
* mesa: glGet: fix API check for EGL_image_external enumsImre Deak2012-09-111-6/+9
* mesa: glGet: fix indentation of print_table_statsImre Deak2012-09-111-9/+9
* mesa: glGet: fix indentation of find_valueImre Deak2012-09-111-4/+4
* mesa: glGet: fix indentation of _mesa_init_get_hashImre Deak2012-09-111-9/+9
* mesa: fix proxy texture error handling in glTexStorage()Brian Paul2012-09-111-37/+41
* mesa: make _mesa_get_proxy_target() non-staticBrian Paul2012-09-112-6/+8
* mesa: do internal format error checking for glTexStorage()Brian Paul2012-09-111-0/+48
* mesa/msaa: Allow X and Y flips in multisampled blits.Paul Berry2012-09-111-2/+2
* radeon/llvm: Fix operand order of V_CNDMASK in custom inserterTom Stellard2012-09-111-1/+1
* radeon/llvm: Assert if we try to encode an unknown registerTom Stellard2012-09-111-1/+1
* radeon/llvm: Add register encoding for VCCTom Stellard2012-09-111-0/+1
* radeon/llvm: Ignore special registers when calculating reg countTom Stellard2012-09-111-0/+2
* radeonsi: Handle position input parameter for pixel shaders v2Tom Stellard2012-09-114-1/+53
* radeon/llvm: Coding style fixesTom Stellard2012-09-114-31/+31
* radeonsi: Move interpolation mode check into the compilerTom Stellard2012-09-112-12/+21
* radeonsi: Add missing interpolation mode to check for enabled modesTom Stellard2012-09-111-0/+1
* radeonsi: Pass shader type to the compilerTom Stellard2012-09-111-0/+12
* radeon/llvm: Add SHADER_TYPE instructionTom Stellard2012-09-118-1/+32
* r600g: avoid GPU doing constant preload from random addressJerome Glisse2012-09-112-0/+40
* radeonsi: Texture border colour fixes.Michel Dänzer2012-09-113-8/+56
* radeonsi: Handle NULL sampler states.Michel Dänzer2012-09-111-1/+1
* i965: Remove incorrect comment above opt_algebraic.Kenneth Graunke2012-09-101-8/+0
* glsl: Generate compile errors for explicit blend indices < 0 or > 1.Kenneth Graunke2012-09-101-2/+17
* r600g: remove unused functionMarek Olšák2012-09-112-22/+0
* r600g: fix printf warningMarek Olšák2012-09-111-1/+2
* mesa: bump version to 9.1 (devel)Andreas Boll2012-09-094-5/+5
* Set OSMESA_VERSION=8.Johannes Obermayr2012-09-073-7/+7
* nvc0/ir: add initial code to support GK110 ISA encodingChristoph Bumiller2012-09-0710-13/+1691
* radeonsi: Float format fixups.Michel Dänzer2012-09-071-1/+24