- 35707db Initial 965 GLSL support by Zou Nan hai · 18 years ago
- bce7043 regenerated by Brian · 18 years ago
- 70b0e12 checkpoint: updating non-square matrix constructors and operators by Brian · 18 years ago
- f98f4f6 move/fix texture sampling funcs by Brian · 18 years ago
- afc58f5 s/Shadow/SHADOW/ by Brian · 18 years ago
- b61d74c as with prev commit, also fix color index mode zoomed depth copies (bug 10608) by Brian · 18 years ago
- 9f66025 fix invalid error detection problem in _mesa_bind_attrib_location(), bug 10602 by Brian · 18 years ago
- 183d8e0 fix zoomed depth copies (bug 10608) by Brian · 18 years ago
- b0bba03 use _mesa_reference_renderbuffer(), fix typo by Brian · 18 years ago
- ba876be fix/work-around allocation bugs for non-square matrices by Brian · 18 years ago
- 319ce38 update SLANG version test by Brian · 18 years ago
- 64700be rs480: set vap cntl to what fglrx uses for non-TCL cards by Dave Airlie · 18 years ago
- 159ecba i915: Bring test for vsync to pipe B in line with i915tex. by Michel Dänzer · 18 years ago
- e798d22 Add missing generated file. by Michel Dänzer · 18 years ago
- 0109b47 NULL ptr check by Brian · 18 years ago
- 7b2626f plug in GLSL 1.20 unit by Brian · 18 years ago
- 19121e2 undo a debug/test change by Brian · 18 years ago
- e0bbf46 r300: don't enable VAP/TCL on cards that don't support it by Dave Airlie · 18 years ago
- 702c8f1 remove unneeded initialization code (see bug 10569) by Brian · 18 years ago
- f9574c3 allocate __GLXdisplayPrivate w/ Xcalloc instead of Xmalloc (bug 10569) by Brian · 18 years ago
- e8292d28 i915tex: Fix some mismatches between texels or bytes for pitch/stride. by Michel Dänzer · 18 years ago
- c96974f i915tex: Make sure texture format fetch hooks are initialized. by Michel Dänzer · 18 years ago
- 6461e91 the RS400 definitely doesn't work at this point so don't let it init by Dave Airlie · 18 years ago
- af807a4 enable GLSL 1.20 by Brian · 18 years ago
- 5c0c60a support for GLSL 1.20 non-square matrices by Brian · 18 years ago
- 5dba996 add glsl to PROGRAM_DIRS by Brian · 18 years ago
- 9612a30 fix some dependencies, remove some CFLAGS by Brian · 18 years ago
- 0d3d930 add 2.1 functions by Brian · 18 years ago
- d8bfc42 Make sure GLX entrypoints are marked PUBLIC. by Adam Jackson · 18 years ago
- ca7885f fix bug 9823: GL_CLIENT_ATTRIB_STACK_DEPTH query fails for indirect rendering by Wei Wang · 18 years ago
- 9176752 i915tex: Clean up resizing of renderbuffers. by Michel Dänzer · 18 years ago
- 79bf692 driUpdateFramebufferSize: Use ctx->Driver.ResizeBuffers. by Michel Dänzer · 18 years ago
- f72e7fb MAX_TEXTURE_COORDS_ARB and MAX_TEXTURE_IMAGE_UNITS_ARB had wrong glGet info. by Brian · 18 years ago
- 4647f13 fix etags command to find headers by Brian · 18 years ago
- 20ec486 Drop XFree86Server from execmem.c by George Sapountzis · 18 years ago
- 5500088 set version for tarballs to 6.5.3pre for now by Richard Hughes · 18 years ago
- 4f9d3a0 fix references to non-existant sz4 field by Richard Hughes · 18 years ago
- 8480327 fix some CHAN_TYPE==GL_FLOAT breakage by Richard Hughes · 18 years ago
- 8d2d6e5 fix comment typo by Brian · 18 years ago
- e9c614a remove array_cache/, add vbo/ by Richard Hughes · 18 years ago
- 8f3fc52 added glActiveStencilFaceEXT by Brian · 18 years ago
- ae55d53 for evaluators, loop to VBO_ATTRIB_TEX7, not VBO_ATTRIB_INDEX. See bug 10543 by Brian · 18 years ago
- 92b7fa7 xmesa: use newly added xm_image.[hc] by George Sapountzis · 18 years ago
- eb4a8b4 xmesa: add xf86glx_util.[hc] from xserver as xm_image.[hc] by George Sapountzis · 18 years ago
- 663a3e9 Drop the funky SSE exception test on linux. by George Sapountzis · 18 years ago
- 51a894e fix color storage bug in convolution path by Brian · 18 years ago
- ac32b64 include points.h to fix warnings by Brian · 18 years ago
- 487f7a7 Remove SI imports/exports remnants. by George Sapountzis · 18 years ago
- aa1c79e glx: minor cosmetic in glcontextmodes.c by George Sapountzis · 18 years ago
- 8851115 Move glcontextmodes.c to glx. by George Sapountzis · 18 years ago
- 0cae814 temporary add some extra renderbuffer debug code by Brian · 18 years ago
- 33c3739 Remove the never-used SI-style imports/exports code. by Brian · 18 years ago
- 4d864b0 assorted updates by Brian · 18 years ago
- 2f207dc assorted documentation updates by Brian · 18 years ago
- f9c01c3 init span.y=0 to silence warnings by Brian · 18 years ago
- d4dc57b Overlapping copies with zoomZ=-1 were broken. See bug 10521. by Brian · 18 years ago
- a28e648 remove debug printf by Brian · 18 years ago
- 40ae394 i810/i915/i915tex: reinitialize the context point state by Xiang, Haihao · 18 years ago
- dba21ed Fix in t_vp_build: Missed necessary updates sometimes by Nicolai Haehnle · 18 years ago
- 66d3368 Call _glapi_set_context(NULL) in _glapi_check_multithread() to make sure the _glapi_Context global gets cleared properly. by Brian · 18 years ago
- dccd9c4 use _mesa_reference_renderbuffer() in a few more places by Brian · 18 years ago
- 3fe47d5 updated debug printf by Brian · 18 years ago
- 3fd8808 Fix some bugs/issues related to alpha channel support. See bug 10483. by Brian · 18 years ago
- 0683e4c If using PF_8A8B8G8R, be sure alpha is correctly handled. by Brian · 18 years ago
- ec42af9 re-order tokens, fix comments by Brian · 18 years ago
- 00831b5 always emit BGN/ENDSUB, for now anyway by Brian · 18 years ago
- ec6c8f8 fix scoping mistake in previous commit that checked for writable LHSs by Brian · 18 years ago
- e608d92 check that LHS of assignment is writable by Brian · 18 years ago
- 57dadf7 Merge branch 'origin' by Eric Anholt · 18 years ago
- adb91c0 Merge branch 'crestline-qa', adding support for the 965GM chipset. by Eric Anholt · 18 years ago
- 6f652c8 call DRI_VALIDATE_DRAWABLE_INFO(), bug 10477 by Gustavo Pichorim Boiko · 18 years ago
- 7439a36 Clean and update XMesa/XFree86 interface. by George Sapountzis · 18 years ago
- 7eba12e more tips, validation info by Brian · 18 years ago
- ba730e1 cond code fix by Brian · 18 years ago
- 1ba8585 fix cond code swizzle bug by Brian · 18 years ago
- f2f5d06 Handle logical NOT and XOR without library functions. Results in much tighter code. by Brian · 18 years ago
- b2ac30a optimization for the emit_not() function by Brian · 18 years ago
- 3b7f2f5 remove IR_BREAK_IF_FALSE by Brian · 18 years ago
- 8128f71 don't generate IR_BREAK_IF_FALSE by Brian · 18 years ago
- 393a93e Get rid of IR_CONT_IF_FALSE by Brian · 18 years ago
- 3e7d43c Get rid of BRK0, BRK1, CONT0, CONT1 instructions. by Brian · 18 years ago
- 1bbd692 Don't emit OPCODE_CONT0/1, BRK0/1 instructions, clean-ups elsewhere. by Brian · 18 years ago
- f841b04 simplify, clean-up break/cont code by Brian · 18 years ago
- b463d52 added some null ptr checks to handle error recovery by Brian · 18 years ago
- 7e4a7fd Use constant_to_src_reg() to simplify some code by Brian · 18 years ago
- ee2f31e added missing returns after slang_info_log_error() calls by Brian · 18 years ago
- dad97b4 Fix, clean-up code related to comparisons, condition codes, etc. by Brian · 18 years ago
- a01616e print condcodes if DEBUG_PROG by Brian · 18 years ago
- d750861 expose _mesa_condcode_string(), fix some printing by Brian · 18 years ago
- 59f7f6d check that if/while/do-while condition is boolean or scalar by Brian · 18 years ago
- 20d85c6 bump version to 6.5.3 to match version.h by Brian · 18 years ago
- ad766b5 Add missing OSMesaColorClamp function by Alan Hourihane · 18 years ago
- 0420d85 disable MakeTexture() by Brian · 18 years ago
- 05e6fd8 added ftransform() comment by Brian · 18 years ago
- e5d00e8 Implement true CAL/RET subroutines. Some optimizations, clean-ups coming... by Brian · 18 years ago
- 31dc7a3 fix another pc off-by one by Brian · 18 years ago
- 17238f1 added _slang_label_new_unique() by Brian · 18 years ago
- f407cad fix some printing issues related to subroutines by Brian · 18 years ago
- e713ef6 fix a fragment fog regression by Brian · 18 years ago
- a0275b0 fix off by one error in OPCODE_RET by Brian · 18 years ago