aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* r300/compiler: Implement KILP opcode.Tom Stellard2010-07-065-0/+42
* mesa: Always initialize transform feedback state.Chia-I Wu2010-07-062-24/+48
* mesa: initial support for unnormalized integer texture formatsBrian Paul2010-07-059-133/+1140
* mesa: Fix OpenGL ES-only builds.Chia-I Wu2010-07-032-0/+4
* r300/compiler: Fix loop unrollingTom Stellard2010-07-031-1/+15
* r300/compiler: Use hardware flow control instructions for loops on r500.Tom Stellard2010-07-037-43/+152
* r300/compiler: Don't continue copy propagation inside loops.Tom Stellard2010-07-031-0/+5
* r300/compiler: Print debug info for flow control instructions.Tom Stellard2010-07-031-5/+73
* r300/compiler: Enable hardware IF statements for r500 cards.Tom Stellard2010-07-032-5/+6
* r300/compiler: In the peephole optimizer, ELSE should mark the end of aTom Stellard2010-07-031-2/+13
* r300/compiler: Correctly calculate the max number of iterations for loops.Tom Stellard2010-07-031-17/+8
* r300/compiler: Handle loops in deadcode analysis.Tom Stellard2010-07-035-77/+112
* osmesa: remove old renderbuffer before adding newBrian Paul2010-07-021-0/+1
* mesa: updated instruction commentsBrian Paul2010-07-021-4/+3
* mesa: add geometry shader fields to gl_shader_programBrian Paul2010-07-024-53/+42
* mesa: fix texenv generation when num color bufs == 0Brian Paul2010-07-021-1/+4
* mesa: add missing error checks in _mesa_program_parameteri()Brian Paul2010-07-021-8/+45
* main: change some GS field types, added commentsBrian Paul2010-07-021-2/+3
* mesa: make the number of draw buffers part of the texenv program key stateBrian Paul2010-07-022-5/+9
* mesa: Silence warning.José Fonseca2010-07-021-1/+2
* mesa: extension flags and version testing for GL 3.x featuresBrian Paul2010-07-013-3/+102
* mesa: entrypoints for GL 3.1 primitive restartBrian Paul2010-07-014-0/+110
* mesa: free xform feedback hash tableBrian Paul2010-07-011-0/+1
* st/mesa: fix commentBrian Paul2010-07-011-1/+1
* mesa: Use fpclassify for GL_OES_query_matrix on OpenBSD and NetBSD.Chia-I Wu2010-06-301-1/+2
* mesa: make the arguments in the asm statemants optionalZack Rusin2010-06-291-1/+0
* st/mesa: Add support for multiple APIs.Chia-I Wu2010-06-295-36/+82
* st_api: Remove st_context::is_visual_supported.Chia-I Wu2010-06-291-8/+0
* mesa: initial support for ARB_geometry_shader4Zack Rusin2010-06-2846-4139/+5472
* mesa: Remove unnecessary header.Vinson Lee2010-06-261-1/+0
* st/mesa: Remove unnecessary headers.Vinson Lee2010-06-261-2/+0
* mesa: initialize extension string when context is first boundBrian Paul2010-06-252-2/+2
* Merge branch 'shader-file-reorg'Brian Paul2010-06-23192-2435/+2357
|\
| * mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-10138-461/+459
| * mesa: move shader/slang/* sources to main/slang/*Brian Paul2010-06-1053-45/+45
| * mesa: move nvprogram.[ch] to main/Brian Paul2010-06-107-13/+13
| * mesa: move arbprogram.[ch] to main/Brian Paul2010-06-109-12/+12
| * mesa: move atifragshader.[ch] to main/Brian Paul2010-06-109-12/+12
| * mesa: move uniforms.c to main/Brian Paul2010-06-106-6/+6
| * mesa: refactor shader api / object codeBrian Paul2010-06-1020-1872/+1793
| * i965: remove UseProgram driver callbackBrian Paul2010-06-101-10/+0
* | mesa: fix attachment error checking for glGetFramebufferAttachmentParameteriv()Brian Paul2010-06-221-1/+44
* | r300/compiler: allow 1024 instructions in r5xx vertex shadersMarek Olšák2010-06-233-9/+12
* | r300/compiler: allow 32 temporaries in vertex shadersMarek Olšák2010-06-232-4/+4
* | r300/compiler: emulate loops in vertex shadersMarek Olšák2010-06-232-4/+11
* | mesa: fix assertion failure for GL_ALPHA FBOsMarek Olšák2010-06-231-0/+1
* | st/mesa: remove bogus assertions st_CompressedTexSubImage2DRoland Scheidegger2010-06-221-2/+0
* | swrast: fix incorrect specular highlights on backfacesTim Evans2010-06-211-1/+1
* | Revert "Fix image_matches_texture_obj() MaxLevel check"Will Dyson2010-06-192-7/+7
* | intel: Finalize the miptree before mapping it for fallbacks.Eric Anholt2010-06-181-0/+2