aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | slang: Remove the old preprocessor.Michal Krol2009-09-0814-2886/+5
| * | | | | slang: Remove dependencies on error tokens.Michal Krol2009-09-082-10/+10
| * | | | | slang: Adapt shader syntax description to grammar parser changes.Michal Krol2009-09-072-303/+78
| * | | | | grammar: Adapt grammar to the glsl preprocessor.Michal Krol2009-09-072-78/+286
| * | | | | grammar: Remove dead code.Michal Krol2009-09-071-63/+25
| * | | | | grammar: Remove grammar_check().Michal Krol2009-09-072-13/+0
* | | | | | radeon: drop assert accessing cref which is meant to be hiddenDave Airlie2009-12-171-1/+0
* | | | | | radeon: drop unused members of radeon_state.Dave Airlie2009-12-171-3/+0
* | | | | | r600: move structs for legacy cmdbuf into cmdbuf C file.Dave Airlie2009-12-172-16/+15
* | | | | | r600 : clean a bit to prepare to enable gl2.Richard Li2009-12-161-14/+2
* | | | | | r300: Fix typo on < R5xx RS setup for blits.Michel Dänzer2009-12-161-2/+2
* | | | | | r600: use _mesa_insert_instructions to fixup wpos instead of manual ins insertAndre Maasikas2009-12-151-25/+15
* | | | | | r600: fix typos for vert-texAndre Maasikas2009-12-152-3/+3
* | | | | | r600: fix fragment.positionAndre Maasikas2009-12-152-1/+68
* | | | | | r600: add support for FRAG_ATTRIB_PNTCAndre Maasikas2009-12-151-0/+41
* | | | | | r600: add DDX DDY opcodesAndre Maasikas2009-12-151-8/+17
* | | | | | r600 : add texture support for vertex shader.Richard Li2009-12-144-37/+104
* | | | | | r300: enable accelerated support for glCopyTexImage only under KMSMaciej Cencora2009-12-131-1/+4
* | | | | | r300: fix regression introduced by da73c1edMaciej Cencora2009-12-133-6/+7
* | | | | | r300: fix glCopyTexSubImageMaciej Cencora2009-12-133-10/+6
| |_|_|/ / |/| | | |
* | | | | r300: disable blit debugging infoMaciej Cencora2009-12-122-2/+2
* | | | | r300: emit number of used colorbuffers to pass radeon cs checkerMaciej Cencora2009-12-121-1/+2
* | | | | r300: setup render target format for r300/r400 cards tooMaciej Cencora2009-12-121-86/+82
* | | | | r300: finish blit support for r300Maciej Cencora2009-12-121-4/+52
* | | | | more blit fixesMaciej Cencora2009-12-122-3/+3
* | | | | blit WIPMaciej Cencora2009-12-122-9/+25
* | | | | r300: use accelerated emit for CopyTex[Sub]Image functionsMaciej Cencora2009-12-124-0/+167
* | | | | r300: accelerated blit supportMaciej Cencora2009-12-125-0/+522
* | | | | r300: fix wrong assertionMaciej Cencora2009-12-121-1/+1
* | | | | r300: export translateTexFormat functionMaciej Cencora2009-12-122-4/+9
* | | | | r300: refactor PVS code and constants emissionMaciej Cencora2009-12-122-26/+34
* | | | | r300: refactor R500 fragment program emissionMaciej Cencora2009-12-122-29/+45
* | | | | r300: refactor color buffer setupMaciej Cencora2009-12-122-96/+129
* | | | | r300: use _mesa_meta_Clear for buffer clearsMaciej Cencora2009-12-1210-834/+8
* | | | | r300: minor texture code refactoringMaciej Cencora2009-12-121-79/+112
* | | | | mesa: minor reformatting/rewrapping in dd.hBrian Paul2009-12-111-6/+7
* | | | | mesa: remove unused ctx->Driver.ActiveTexture() hookBrian Paul2009-12-113-7/+0
* | | | | mesa: updated commentBrian Paul2009-12-111-1/+1
* | | | | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-1141-329/+324
|\ \ \ \ \
| * \ \ \ \ Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul2009-12-111-9/+5
| |\ \ \ \ \
| | * | | | | mesa: remove unnecessary loop in _mesa_remove_output_reads()Brian Paul2009-12-111-9/+5
| * | | | | | Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul2009-12-1115-44/+107
| |\| | | | |
| | * | | | | mesa: check dst reg in _mesa_find_free_register()Brian Paul2009-12-111-3/+11
| | * | | | | sparc: additional preprocessor test for SPARC 64-bitAurelien Jarno2009-12-111-1/+1
| | * | | | | mesa: Initialize variable in MatchInstruction.Vinson Lee2009-12-101-1/+7
| | * | | | | mesa: Assign _mesa_lookup_parameter_index return value to GLint.Vinson Lee2009-12-101-1/+1
| | * | | | | i915: Add missing break statement in i915_debug_packet.Vinson Lee2009-12-101-0/+1
| | * | | | | glsl: Increase size of array in_slang_lookup_constant from 4 to 16.Vinson Lee2009-12-101-1/+1
| | * | | | | glsl: Fix array out-of-bounds access by _slang_lookup_constant.Vinson Lee2009-12-101-4/+5
| | * | | | | mesa: Fix array out-of-bounds access by _mesa_TexParameteriv.Vinson Lee2009-12-101-2/+4