summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-23mesa: set up gl_vert_result and gl_frag_attrib values for gl_ClipDistance.Paul Berry2-10/+14
2011-09-23mesa: Add a flag to indicate whether a program uses gl_ClipDistance.Paul Berry3-1/+12
2011-09-23glsl: Implement a lowering pass for gl_ClipDistance.Paul Berry6-0/+351
2011-09-23glsl hierarchical visitor: Do not overwrite base_ir for parameter lists.Paul Berry2-7/+17
2011-09-23mesa: Add missing includes to meta.hChad Versace1-0/+2
2011-09-23docs: mention VMware svga driver updates in 7.12 release notesBrian Paul1-0/+1
2011-09-23svga: indentation/formatting fixesBrian Paul1-16/+16
2011-09-23svga: remove emit_consts() offset parameterBrian Paul1-3/+7
2011-09-23svga: s/int/unsigned/ in svga_state_constants.cBrian Paul1-3/+7
2011-09-23svga: s/unit/shader/ and related clean-upsBrian Paul1-19/+23
2011-09-23svga: clean up return values and error codesBrian Paul15-97/+92
2011-09-23svga: add format translation for DXT/sRGB formatsBrian Paul1-2/+8
2011-09-23svga: test register W component in emit_kil()Brian Paul1-16/+44
2011-09-23svga: fix depth/shadow compare for non-projected texcoordsBrian Paul1-16/+24
2011-09-23svga: implement texture swizzlingBrian Paul4-9/+128
2011-09-23svga: check that we don't exceed input/ouput register limitsBrian Paul3-2/+13
2011-09-23svga: implement point sprite suppportBrian Paul8-4/+119
2011-09-23svga: add translation for float formatsBrian Paul1-0/+14
2011-09-23svga: check to avoid writing beyond end of constant bufferBrian Paul1-1/+23
2011-09-23svga: Cleanup format capability checking.José Fonseca8-192/+683
2011-09-23svga: Don't use the new depth formats for surfaces that will never be sampled...José Fonseca5-17/+23
2011-09-23svga: Share one texcoord between depth and fogJakob Bornecrantz3-13/+86
2011-09-23svga: Only emit Z depth work if it is actually readJakob Bornecrantz2-15/+21
2011-09-23svga: Fix vPos usageJakob Bornecrantz1-1/+7
2011-09-23svga: Wip for passing depth in a texcoordJakob Bornecrantz3-13/+86
2011-09-23svga: Add a comment about depth format selection.José Fonseca1-1/+10
2011-09-23svga: Consider the new depth formats in svga_texture_from_handle().José Fonseca1-1/+2
2011-09-23svgadump: Dump the new depth format names.José Fonseca1-0/+9
2011-09-23svga: Expose the new depth formatsJakob Bornecrantz6-25/+65
2011-09-23svga: Coalesce multiple shader constants in a single command.José Fonseca3-4/+178
2011-09-23svgadump: Update for svga3d_reg.h header changes.José Fonseca1-33/+60
2011-09-23svga: updated svga3d_reg.h to latest public versionBrian Paul1-49/+144
2011-09-23Allow RBUG to start blockedAlex Corscadden1-0/+4
2011-09-23draw/llvm: add additional null pointer checkin draw_pt_fetch_pipeline_or_emit...Brian Paul1-1/+1
2011-09-23intel: fix the wrong code to detect null texture.Yuanhan Liu1-1/+1
2011-09-23i965: fix the constant interp bitmask for flat modeYuanhan Liu2-12/+26
2011-09-22i915g: Don't generate useless swizzles before texture accesses.Stéphane Marchesin3-10/+62
2011-09-22i915g: Fix whitespace.Stéphane Marchesin1-13/+13
2011-09-23docs: update relnotes-7.12 with r600g changesMarek Olšák1-1/+6
2011-09-22st/mesa: remove unnecessary st_texture_match_image() parametersBrian Paul3-11/+7
2011-09-22i915g: Fix peephole optimization for MOVs.Stéphane Marchesin1-0/+8
2011-09-22i915g: Add unsupported PIPE_CAP_MIN_TEXEL_OFFSET/PIPE_CAP_MAX_TEXEL_OFFSET.Stéphane Marchesin1-0/+3
2011-09-22intel: Unindent the blit call in PBO blit uploads.Eric Anholt1-17/+12
2011-09-22intel: Drop gratuitous flush in PBO blit upload.Eric Anholt1-3/+0
2011-09-22intel: Clean up check_pbo_format to ignore internalFormat.Eric Anholt1-25/+13
2011-09-22intel: Move more of the PBO blit upload logic into that function.Eric Anholt1-26/+33
2011-09-22intel: Remove stale comment about non-intel gl_buffer_objects.Eric Anholt1-8/+1
2011-09-22intel: Remove the pbo zero-copy code.Eric Anholt5-247/+0
2011-09-22intel: Remove extra FreeTextureImageBuffer() from glTexImage*.Eric Anholt1-1/+0
2011-09-22i965: Add support for GL_EXT_packed_float.Eric Anholt4-0/+6