aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-091-2/+2
* Set OSMESA_VERSION=8.Johannes Obermayr2012-09-072-3/+3
* 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
* radeonsi: Handle more SNORM formats.Michel Dänzer2012-09-071-0/+22
* i965: Fix virtual_grf_interferes() between calculate_live_intervals() and DCE.Eric Anholt2012-09-071-0/+24
* i965: Make the param pointer arrays for the VS dynamically sized.Eric Anholt2012-09-074-2/+38
* i965: Make the param pointer arrays for the WM dynamically sized.Eric Anholt2012-09-075-4/+46
* i965: Add functions for comparing two brw_wm/vs_prog_data structs.Eric Anholt2012-09-076-6/+78
* glsl: Count builtin uniforms against uniform component limits.Eric Anholt2012-09-071-1/+4
* radeonsi: Handle TGSI_SEMANTIC_FOG.Michel Dänzer2012-09-071-0/+1
* radeon/llvm: Match fexp2 for SI.Michel Dänzer2012-09-071-1/+3
* glapi/glx: rename 'table' variable to 'disp_table'Brian Paul2012-09-061-2/+2
* glx: move 'prime' var into #ifdef'd code blockBrian Paul2012-09-061-8/+10
* i965: Fix primitive restart on Haswell.Kenneth Graunke2012-09-065-1/+43