- c97bc61 remove GetBufferSize code by Brian Paul · 18 years ago
- 6f676f4 always load frag prog state params for now (see comments) by Brian Paul · 18 years ago
- 51b115d remove unneeded extern declaration of lockMutex by Brian Paul · 18 years ago
- 29ed894 bump driver date by Brian Paul · 18 years ago
- 7a9c7c1 Use RGBA_LOGICOP_ENABLED() instead of ctx->Color._LogicOpEnabled since we often by Brian Paul · 18 years ago
- abc73d9 new RGBA_LOGICOP_ENABLED() macro by Brian Paul · 18 years ago
- 12fe1b3 s/_mesa_IsProgram2/_mesa_IsProgram/ by Brian Paul · 18 years ago
- f49c0d0 Rename _mesa_IsProgram() to _mesa_IsProgramARB() to avoid collision with the by Brian Paul · 18 years ago
- f961d39 OpenGL 2.0 entrypoints by Brian Paul · 18 years ago
- e71e4c9 run indent on the code by Brian Paul · 18 years ago
- 036173e test OpenGL 2.0 stencil funcs by Brian Paul · 18 years ago
- 467c773 Add ATI_separate_stencil and use it in preference to EXT_stencil_two_side by Brian Paul · 18 years ago
- faba58c update _mesa_select_tex_image() and _mesa_get_tex_image() by Brian Paul · 18 years ago
- 92c99bc update comments by Brian Paul · 18 years ago
- a567679 Remove x/y/width/height parameters from Clear functions. by Brian Paul · 18 years ago
- 533e5a7 comment-out unused var by Brian Paul · 18 years ago
- 6a92324 remove unused vars by Brian Paul · 18 years ago
- d972c86 fix _mesa_select_tex_image() calls by Brian Paul · 18 years ago
- 7d08e3a Write back gl_FragDepth to span->array->z. by Michal Krol · 18 years ago
- 9669804 Don't use the x/y/width/height params passed to Clear(). Get them by Brian Paul · 18 years ago
- 26b5904 disable debug printf by Brian Paul · 18 years ago
- 4db0c89 disable debug printfs by Brian Paul · 18 years ago
- 361d137 Correct a little bug, radeon->glCtx is a pointer. by Jerome Glisse · 18 years ago
- 8d87196 Remove deprecated GetBufferSize interface. by Jerome Glisse · 18 years ago
- 351feae recent updates/fixes by Brian Paul · 18 years ago
- 57f09b6 fix compiler warnings by Keith Whitwell · 18 years ago
- 8665b82 Patch from <haihao.xiang@intel.com> -- pass program string by Keith Whitwell · 18 years ago
- 48e6fff merge the (rest of) texmem branch by Keith Whitwell · 18 years ago
- 5ac93f8 Merge texmem-0-3-branch. by Keith Whitwell · 18 years ago
- 232a489 Add LIT instruction to fragment program. by Jerome Glisse · 18 years ago
- 6b9e31f Import texmem i915 driver to its new location as i915tex. by Keith Whitwell · 18 years ago
- 3c6e99c Add CMPH instruction to fragprog by Jerome Glisse · 18 years ago
- fd60b2d Patch from <haihao.xiang@intel.com> -- pass program string by Keith Whitwell · 18 years ago
- d106195 change DEBUG_FRAG conditions by Brian Paul · 18 years ago
- e6f47d1 fix some bugs in interpolate_specular() by Brian Paul · 18 years ago
- 90fcf6c Added a few new ctx->Const. fields for shader-related limits. by Brian Paul · 18 years ago
- 5050b56 make use of Parameters->StateFlags in _swrast_update_fragment_program() by Brian Paul · 18 years ago
- ef987aa minor clean-ups, simplifications and new comments by Brian Paul · 18 years ago
- 7e75f51 fix MINGW32 problems by Brian Paul · 18 years ago
- 4e9e0af We need to call _mesa_load_state_parameters() whenever a fragment program by Brian Paul · 18 years ago
- 72f4965 signal _NEW_LIGHT in _tnl_copy_to_current() by Brian Paul · 18 years ago
- ecd1743 In TEX instructions, use precomputed lambda only if using fragment.texcoord[k] by Brian Paul · 18 years ago
- 256c961 For TEX instructions use lambda=0. When sampling from texture unit K we by Brian Paul · 18 years ago
- b14bae8 Fix bug #8799. by Ian Romanick · 18 years ago
- 86a4654 Refactor mgaXMesaSetFrontClipRects and mgaXMesaSetBackClipRects. by Ian Romanick · 18 years ago
- 5af5260 Get DRI drawable from framebuffer object. by Ian Romanick · 18 years ago
- 075fae5 code tweaks, remove old comments by Brian Paul · 18 years ago
- 0f84053 fix _mesa_problem() text by Brian Paul · 18 years ago
- a23e668 Move gl_vertex_program_machine struct out of mtypes.h and put into nvvertexec.h. by Brian Paul · 18 years ago
- 0781339 remove debug code by Brian Paul · 18 years ago
- e998c34 Rather than always allocating 100 instructions, put instructions into a by Brian Paul · 18 years ago
- ebcedd2 New _mesa_exec_vertex_state_program() function. Start of some re-org. by Brian Paul · 18 years ago
- abb1430 fix wrong inequality by Brian Paul · 18 years ago
- d6272e0 Change _mesa_init_instruction() to initialize an array of instructions. by Brian Paul · 18 years ago
- efd95c1 Program instructions are initialized before parsing so no need to set by Brian Paul · 18 years ago
- a90ab52 Added PROGRAM_CONSTANT to get_register_pointer(). More DEBUG_FRAG code. by Brian Paul · 18 years ago
- 8ed3197 special case END in _mesa_print_instruction() by Brian Paul · 18 years ago
- f5eea0c Implement _mesa_append_fog_code() for fragment program fog options. by Brian Paul · 18 years ago
- db55295 If DEBUG, check that all array indices really do fall in [start,end] in by Brian Paul · 18 years ago
- b55a0ab remove code for inserting mvp transform into position-invariant vertex progs and instead use _mesa_insert_mvp_code(). by Roland Scheidegger · 18 years ago
- fe45747 Previously, if a fragment program referenced fragment.fogcoord but the by Brian Paul · 18 years ago
- e9b9231 change some bogus comments regarding the base e exponential function used for fog in vertex programs. by Roland Scheidegger · 18 years ago
- fc606f7 fix (per-vertex) fog when using ARB_vp by incorporating fog factor computation into the vertex program (not yet fixed for swtnl). Simplify (and correct) the VTX_TCL_OUTPUT_VTXFMT handling when using vertex programs, turns out it's solely driven by the needs of the past-vertex stage of the pipeline, this should fix lockups with ill-specified applications using vertex programs (for instance applications enabling fog but not writing to fog coord output will now get (conformant) undefined results instead of lockups). by Roland Scheidegger · 18 years ago
- e4298b9 Add missing call to glutInit. by Ian Romanick · 18 years ago
- 6340d6b s/GLchan/GLubyte/ by Brian Paul · 18 years ago
- 59e1f3d whitespace clean-up by Brian Paul · 18 years ago
- 759facb Emit cliprects in the userspace driver as required, rather than by Keith Whitwell · 18 years ago
- b9786cf assorted clean-ups by Brian Paul · 18 years ago
- 49a5a09 don't save color/z if fragment is killed by Brian Paul · 18 years ago
- 73dd09f add minstall script to MAIN_FILES (bug 8720) by Brian Paul · 18 years ago
- a632128 minor tweaks good for about 12% faster execution by Brian Paul · 18 years ago
- ec9bbac silence used var warnings by Brian Paul · 18 years ago
- 0b26e82 Color clamping fixes. by Brian Paul · 18 years ago
- 919cd2c move/improve comments, clean up code in a few places by Brian Paul · 18 years ago
- ed324db fix another logic error in computing deferredTexture by Brian Paul · 18 years ago
- bb19e64 For deferredTexture, need to check if the fragment program/shader writes by Brian Paul · 18 years ago
- 828d15a move interpolate_varying() call by Brian Paul · 18 years ago
- 4676b62 don't use params passed to Clear() by Brian Paul · 18 years ago
- f614a61 Move interpolate_texcoords() and interpolate_varying() calls into shade_texture_span(). by Brian Paul · 18 years ago
- 61c89be Consolidate some code into shade_texture_span(). by Brian Paul · 18 years ago
- cd5a623 fixed Fixed/Int bug by Brian Paul · 18 years ago
- 7c76028 remove temp code by Brian Paul · 18 years ago
- 79b5d3e remove some debug/test changes by Brian Paul · 18 years ago
- 464fcd0 New bin/minstall script - a minimal replacement for 'install'. by Brian Paul · 18 years ago
- c351858 fix problem when CHAN_BITS == 32 (bug 8704), remove unneeded assertion by Brian Paul · 18 years ago
- a79d4e7 Fix nonportable pointer+unsigned arithmetic. Use pointer+int. by Michal Krol · 18 years ago
- 3129391 added clamp_colors(), updated assertions by Brian Paul · 18 years ago
- ff07d6d minor re-org, doxygen comments by Brian Paul · 18 years ago
- fee0857 Changed install filenames to libGL* and libOSMesa* so things work on Darwin by Brian Paul · 18 years ago
- 3beaff1 Enable GLX_SGI_make_current_read for radeon. by Ian Romanick · 18 years ago
- ec99e71 Don't use x/y/w/h params given to Clear(). by Brian Paul · 18 years ago
- 446972b Want to stop passing x/y/width/height to Clear() function. by Brian Paul · 18 years ago
- ccb64bb Don't pass x/y/width/height to ctx->Driver.Accum(). by Brian Paul · 18 years ago
- 4e4c0bb glDrawPixels, line clipping bug fixes by Brian Paul · 18 years ago
- a1a0a29 Fix broken line clipping. by Brian Paul · 18 years ago
- ff893a8 Fix a dangerous use of ASSERT in an else-clause not enclosed in braces. by Brian Paul · 18 years ago
- c3caaa3 Always convert colors to float before running a fragment shader/program. by Brian Paul · 18 years ago
- 32c3243 fix fog color bug by Brian Paul · 18 years ago
- c207464 Move struct atifs_machine into s_atifragshader.c by Brian Paul · 18 years ago
- e9d7190 Seperate interpolate_colors() and interpolate_specular(). by Brian Paul · 18 years ago