- 1c78515 mesa: Add gl_point_attrib::CoordReplaceBits bitfield. by Mathias Fröhlich · 8 years ago
- fe2d2c7 program: Remove NV_fragment_program Abs support. by Matt Turner · 9 years ago
- 7b50b04 program: Remove condition-code and precision support. by Matt Turner · 9 years ago
- 9ea2a86 mesa: call ProgramStringNotify for fixed-function vertex programs by Marek Olšák · 9 years ago
- b3f9c5c mesa: Add abs input modifier to base for POW in ffvertex_prog by Daniel Scharrer · 9 years ago
- a562313 mesa: Avoid double promotion. by Matt Turner · 9 years ago
- ce01c0a mesa: fix shininess check for ffvertex_prog v2 by Tim Rowley · 10 years ago
- 05e7f7f Fix a few typos by Zoë Blade · 10 years ago
- 6f4d941 main: replace __FUNCTION__ with __func__ by Marius Predut · 10 years ago
- bfcdb84 mesa: Use assert() instead of ASSERT wrapper. by Matt Turner · 10 years ago
- 3cb10cc mesa: Fix some signed-unsigned comparison warnings by Jan Vesely · 10 years ago
- 002211f mesa: move ShaderCompilerOptions into gl_constants by Marek Olšák · 10 years ago
- ff9c3e8 mesa: Replace use of _ReallyEnabled as a boolean with use of _Current. by Eric Anholt · 11 years ago
- c703658 mesa: Drop _EnabledUnits. by Eric Anholt · 11 years ago
- 0dfe50f mesa: Rename ArrayObj to VAO and DefaultArrayObj to DefaultVAO. by Kenneth Graunke · 11 years ago
- ebf9199 mesa: rename PreferDP4 to OptimizeForAOS. by Matt Turner · 11 years ago
- 8771285 s/Tungsten Graphics/VMware/ by José Fonseca · 11 years ago
- 84732a9 mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array. by Paul Berry · 11 years ago
- 73b19be mesa: fix indentation in ffvertex_prog.c by Brian Paul · 11 years ago
- 59b01ca mesa: Add ARB_vertex_attrib_binding by Fredrik Höglund · 12 years ago
- 12cbe99 mesa: Rename gl_array_object::VertexAttrib to _VertexAttrib by Fredrik Höglund · 12 years ago
- bbf029f mesa: Move the mvp_with_dp4 flag to ShaderCompilerOptions. by Kenneth Graunke · 12 years ago
- 9a32203 mesa: remove unused opcodes AND, DP2A, NOT, NRM3, NRM4, OR, PRINT, XOR by Marek Olšák · 12 years ago
- b76f6d9 mesa: remove #include "mfeatures.h" from numerous source files by Brian Paul · 12 years ago
- eed6baf Replace gl_frag_attrib enum with gl_varying_slot. by Paul Berry · 12 years ago
- 36b252e Replace gl_vert_result enum with gl_varying_slot. by Paul Berry · 12 years ago
- 2951a9d Revert "mesa: assert that key->fragprog_inputs_read value isn't too large" by Brian Paul · 12 years ago
- 0d61f87 mesa: assert that key->fragprog_inputs_read value isn't too large by Brian Paul · 12 years ago
- 8058a70 mesa: Remove prog_instruction.h field for never-supported NV_vertex_program3. by Eric Anholt · 12 years ago
- d09428c mesa: remove FEATURE_point_size_array define. by Oliver McFadden · 12 years ago
- a271a0c mesa: improve comment in build_tnl_program() by Brian Paul · 12 years ago
- 768be75 mesa: remove stale comment by Brian Paul · 12 years ago
- e4f8d33 mesa: use gl_program cast wrappers by Brian Paul · 12 years ago
- 4cb3579 mesa: rename ColorMaterialBitmask to _ColorMaterialBitmask by Brian Paul · 12 years ago
- 9a548c2 mesa: remove _mesa_ffs(), implement ffs() for non-GNU platforms by Brian Paul · 13 years ago
- 76ba431 mesa: distinct gl_client_array arrays are gone by Chia-I Wu · 13 years ago
- dca6a28 mesa: Make gl_program::InputsRead 64 bits. by Mathias Fröhlich · 13 years ago
- 4f677ca mesa: do not skip att and spot calculation for infinite light by Yuanhan Liu · 13 years ago
- fadd5e1 mesa: Add NV_fog_distance to the fixed-function vertex program generator by Nicholas Miell · 13 years ago
- 6d89aba mesa: support boolean and integer-based parameters in prog_parameter by Bryan Cain · 13 years ago
- db61b9c mesa: Directly include mfeatures.h in files that perform feature tests. by Vinson Lee · 14 years ago
- f9995b3 Drop GLcontext typedef and use struct gl_context instead by Kristian Høgsberg · 14 years ago
- ec2b92f mesa: rename src/mesa/shader/ to src/mesa/program/ by Brian Paul · 14 years ago
- 911fa4a ffvertex: don't touch tex coords if coord replace is enabled. by Dave Airlie · 15 years ago
- 298be2b Replace the _mesa_*printf() wrappers with the plain libc versions by Kristian Høgsberg · 15 years ago
- 26f8fad Remove _mesa_memset in favor of plain memset. by Kenneth Graunke · 15 years ago
- 2c326e7 gallium: add point size clamp to implementation limits in vertex shader by Roland Scheidegger · 15 years ago
- 1a80fe4 mesa: Remove _mesa_exit wrapper for exit(). by Eric Anholt · 15 years ago
- 15fa484 mesa: Remove gratuitous padding in prog_dst_register. by Eric Anholt · 15 years ago
- 5606dfb Merge branch 'outputswritten64' by Ian Romanick · 15 years ago
- a7a3d3c mesa: replace 8 with NUM_UNITS by Brian Paul · 15 years ago
- ee0984e mesa: when emitting vertex program fog, set yzw=0,0,1 by Brian Paul · 15 years ago
- 6dfb89e mesa: remove whitespace by Keith Whitwell · 15 years ago
- cea259f mesa: remove dead constant pointsize code from ffvertex_prog.c by Keith Whitwell · 15 years ago
- 79047cc mesa: remove dead vertex fog code from ffvertex_prog.c by Keith Whitwell · 15 years ago
- f6c8ca0 mesa: fix material inputs in ffvertex_prog.c by Keith Whitwell · 15 years ago
- b6e8256 mesa: more complete fix for transform_invarient glitches by Keith Whitwell · 16 years ago
- 751f73e mesa/main: set PREFER_DP4 to match position_invarient code by Keith Whitwell · 16 years ago
- 7db7ff8 mesa: merge the prog_src_register::NegateBase and NegateAbs fields by Brian Paul · 16 years ago
- 919f570 mesa: fix bug in GPU codegen for fixed-function two-sided lighting by Brian Paul · 16 years ago
- 53d5075 mesa: minor reformatting, whitespace changes by Brian Paul · 16 years ago
- 69e07bd mesa: remove GL_MESA_program_debug extension by Brian Paul · 16 years ago
- 9705cff mesa: re-org texgen state by Brian Paul · 16 years ago
- 0815ebc Merge commit 'origin/master' into gallium-0.2 by Brian Paul · 16 years ago
- 1d03f28 mesa: comments, whitespace changes by Brian Paul · 16 years ago
- e9b3488 mesa: increase max texture image units and GLSL samplers to 16 by Brian Paul · 16 years ago
- 19e4222 Merge commit 'origin/master' into gallium-0.2 by Brian Paul · 16 years ago
- 8412b06 mesa: restore the negate flag of dots in build_lighting. by Xiang, Haihao · 16 years ago
- e24afc8 mesa: use NRM3 in emit_normalize_vec3() when drivers are ready by Brian · 16 years ago
- 3059ceb Merge commit 'origin/master' into gallium-0.2 by Brian Paul · 16 years ago
- 4550b05 mesa: use _bfc0 instead of _col0 when building back face lighting. by Xiang, Haihao · 16 years ago
- cf85e41 Merge commit 'origin/gallium-0.1' into gallium-0.2 by Keith Whitwell · 16 years ago
- 568e96b mesa: modify fixed function vertex programs not to reference constant attributes by Keith Whitwell · 16 years ago
- e095d58 mesa: drop calloc from _mesa_get_fixed_func_vertex_program by Shunichi Fuji · 16 years ago
- 32ef6e7 mesa: move fixed function vertex program builder from tnl to core mesa by Keith Whitwell · 16 years ago
- 978f07b mesa: Silence compiler warnings on Windows. by Michal Krol · 16 years ago
- ee87d7d mesa: remove debug code by Brian Paul · 16 years ago
- cacf5f2 mesa: dynamically grow the fixed function vertex program as needed by Brian Paul · 16 years ago
- 4e4cb02 mesa: bump MAX_INSN to 300 by Brian Paul · 16 years ago
- a1ec6ef mesa: check FEATURE_point_size_array by Brian Paul · 16 years ago
- d378f7b mesa: point size arrays by Brian Paul · 16 years ago
- 5ecb2f2 mesa: restore and fix Keith's "further degenerate the special case lit substitute" by Brian Paul · 16 years ago
- 34ff12c Revert "mesa: further degenerate the special case lit substitute" by Brian Paul · 16 years ago
- e4fda51 mesa: turn off ffvertex prog debug by Keith Whitwell · 16 years ago
- 2109dda ffvertex: emit full LIT when attenuating (needs the 1 in X position) by Keith Whitwell · 16 years ago
- dc1537b ffvertex: don't compute whole eye vector if only eye.z is required by Keith Whitwell · 16 years ago
- 48a24f0 Revert "mesa: save a temp on normalizes" by Keith Whitwell · 16 years ago
- e1590ab mesa: pre-swizzle normal scale state value by Keith Whitwell · 16 years ago
- feceb43 mesa: save a temp on normalizes by Keith Whitwell · 16 years ago
- e841b92 mesa: further degenerate the special case lit substitute by Keith Whitwell · 16 years ago
- 0ac2f79 mesa: don't emit LIT instruction when mat shininess known to be zero by Keith Whitwell · 16 years ago
- adc1f88 mesa: do object-space lighting in ffvertex_prog.c by Keith Whitwell · 16 years ago
- 10f6ae0 mesa: comments, whitespace by Brian · 17 years ago
- c2bf23b mesa: clamp point size in vertex program when computing attenuated size by Brian Paul · 17 years ago
- fdc8636 use PROGRAM_CONSTANT instead of PROGRAM_STATE_VAR when generating immediates/literals by Brian · 17 years ago
- 573b441 fix mem leak (free key) by Brian · 17 years ago
- cf3f601 Lift fixed function vertex program generation up from tnl module. by Brian · 17 years ago