Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | master/trunk is now for Mesa 7.1 devel: bump versions | Brian | 2007-05-14 | 1 | -3/+3 |
| | |||||
* | more indentation fixes, remove 'register' keywords | Brian | 2007-05-10 | 1 | -29/+26 |
| | |||||
* | re-indent some code | Brian | 2007-05-10 | 1 | -54/+62 |
| | |||||
* | Fix reversed enable logic in enable_texture | Ian Romanick | 2007-05-10 | 1 | -1/+1 |
| | | | | | Fix bug inserted in commit c9e723e5013443df984cb3987ffa3a9ba3384b89. Discovered by Oliver McFadden (z3ro). | ||||
* | Convert "bit" parameters to GLbitfield. Fix cut-and-paste bug in _mesa_IsEnabled | Ian Romanick | 2007-05-10 | 1 | -3/+3 |
| | | | | | These changes are based on patch review comments from Brian Paul, Alan Hourihane, and vehemens. | ||||
* | Refactor the loop in unbind_texobj_from_texunits. | Ian Romanick | 2007-05-10 | 1 | -18/+12 |
| | | | | | | Common code was pulled out of the per-target if-statment and put at the end of the for-loop. The common code is guarded by a new variable, curr, that is set to point to the unit's current target in each if-statement. | ||||
* | Refactor queries of GL_(SOURCE|OPERAND)[012]_(ALPHA|RGB). | Ian Romanick | 2007-05-10 | 1 | -136/+16 |
| | | | | | | | | | Most switch-statements that have cases for these enums already use code like: const GLuint idx = pname - GL_SOURCE0_RGB; ... texUnit->Combine.SourceRGB[idx] ... This patch just brings the remaining bits up to speed. | ||||
* | Refactor the way TestProxyTexImage is called in texture_error_check. | Ian Romanick | 2007-05-10 | 1 | -22/+15 |
| | |||||
* | Refactor Enable / Disable and IsEnabled bits related to texture targets. | Ian Romanick | 2007-05-10 | 1 | -82/+50 |
| | |||||
* | better comments for _mesa_debug(), _mesa_warning(), etc | Brian | 2007-05-07 | 1 | -22/+14 |
| | |||||
* | Version bumps for 7.0 | Brian | 2007-04-27 | 1 | -7/+7 |
| | |||||
* | Unconditionally update _TriangleCaps bits. Fixes software fallback bugs, ↵ | Brian | 2007-04-26 | 1 | -3/+3 |
| | | | | such as #10687. | ||||
* | assorted fixes for Windows/VC8 | Karl Schultz | 2007-04-24 | 1 | -2/+2 |
| | |||||
* | specularColor.alpha should default to 1, not 0 | Brian | 2007-04-21 | 1 | -1/+1 |
| | |||||
* | fix SkipPixels bugs in _mesa_pack_bitmap(), bug 10690 | Brian | 2007-04-21 | 1 | -4/+4 |
| | |||||
* | Rename occlude.[ch] to queryobj.[ch] | Brian | 2007-04-21 | 4 | -6/+6 |
| | |||||
* | Rename occlude.[ch] to queryobj.[ch] to better reflect contents. | Brian | 2007-04-21 | 2 | -0/+0 |
| | |||||
* | added MemPool field | Brian | 2007-04-21 | 1 | -0/+1 |
| | |||||
* | Call _mesa_warning() instead of _mesa_problem() when external s3tc lib not ↵ | Brian | 2007-04-21 | 1 | -6/+6 |
| | | | | | | found. The later incorrectly encourages filing a bug (10703, for example). | ||||
* | Remove unused Imakefiles. | Brian | 2007-04-20 | 1 | -129/+0 |
| | |||||
* | Long obsolete. | Brian | 2007-04-20 | 1 | -21/+0 |
| | |||||
* | In _mesa_unpack_depth_span() look for special cases of GLuint->GLushort and ↵ | Brian | 2007-04-19 | 1 | -0/+31 |
| | | | | | | | | GLushort->GLuint conversion. This improves performance and avoids int/float/int conversion problems that can introduce errors during glCopyTexImage(). Another fix for the depth peeling algorithm. | ||||
* | s/GL_SHADER_PROGRAM/GL_SHADER_PROGRAM_MESA/ (a Mesa-specific token) | Brian | 2007-04-18 | 2 | -2/+2 |
| | |||||
* | Enable texture sampling for vertex programs/shaders. | Brian | 2007-04-17 | 1 | -7/+18 |
| | | | | | | | This is a bit of a hack for now because the tnl module is using the swrast module to fetch texels. The texture fetch/filter code should probably be moved into the main/ module since it doesn't really depend upon other swrast code. | ||||
* | don't set GL_TEXTURE_MAX_LEVEL for GL_TEXTURE_RECTANGLE_ARB as that ↵ | Brian | 2007-04-17 | 1 | -1/+2 |
| | | | | generates an error | ||||
* | Use generic program limits instead of NV-specific ones to init program ↵ | Brian | 2007-04-16 | 1 | -4/+4 |
| | | | | | | | | | constants. Previously, this limited us to 12 temp regs for vertex programs. Many vertex shaders could exceed that. This forces us to stop using t_vb_arbprogram.c for now because of its particular register indexing scheme. Need to increase bits allocated for register indexing, etc. | ||||
* | illegal to set GL_TEXTURE_MAX_LEVEL w/ GL_TEXTURE_RECTANGLE_ARB | Brian | 2007-04-14 | 1 | -4/+8 |
| | |||||
* | more _mesa_unreference_framebuffer() calls, remove dead code | Brian | 2007-04-14 | 1 | -24/+2 |
| | |||||
* | i915tex: Make sure texture format fetch hooks are initialized. | Michel Dänzer | 2007-04-09 | 2 | -3/+7 |
| | |||||
* | enable GLSL 1.20 | Brian | 2007-04-08 | 2 | -0/+4 |
| | |||||
* | Drop XFree86Server from execmem.c | George Sapountzis | 2007-04-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | This is a remnant from the libcwrapper days that can be removed now. It is the last XFree86 glitch in Mesa core. Reverts the following commit (thanks to Brian Paul for pointing to it): commit 8b1dc68662f2a18ea4e02c6d3247c5d1da741aa8 Author: Alan Hourihane <[email protected]> Date: Tue Jan 24 21:40:53 2006 +0000 pull in fix from 6.4 branch for XFree86Server definition commit cc7b6810e2fe6ab485fd96d5f17bf5d9329bd153 Author: Ian Romanick <[email protected]> Date: Fri Oct 21 18:09:24 2005 +0000 Make execmem.c compile in the server (libGLcore). Since xf86mmap doesn't know about MAP_ANONYMOUS, this is the only viable fix. This issue will likely have to be revisited at some point. | ||||
* | Remove SI imports/exports remnants. | George Sapountzis | 2007-04-05 | 2 | -9/+1 |
| | |||||
* | temporary add some extra renderbuffer debug code | Brian | 2007-04-05 | 2 | -1/+9 |
| | |||||
* | Remove the never-used SI-style imports/exports code. | Brian | 2007-04-04 | 5 | -478/+7 |
| | |||||
* | use _mesa_reference_renderbuffer() in a few more places | Brian | 2007-04-02 | 2 | -13/+3 |
| | |||||
* | updated debug printf | Brian | 2007-04-02 | 1 | -2/+2 |
| | |||||
* | fix incorrect _MaxElement calculation | Roland Scheidegger | 2007-03-27 | 1 | -1/+2 |
| | | | | | | The calculation of _MaxElement was wrong if the stride was larger than elementSize, which lead to rejection of every DrawElements call which accessed the maximum element if CheckArrayBounds was enabled. | ||||
* | Restore the UseTexEnvProgram logic. | Brian | 2007-03-27 | 3 | -4/+18 |
| | | | | | Was removed during glsl-compiler work. Still need to go back and revisit this because of the interaction with fragment shaders... | ||||
* | merge of glsl-compiler-1 branch | Brian | 2007-03-26 | 16 | -267/+1421 |
|\ | |||||
| * | Free shader-related context state: _mesa_free_shader_state() | Brian | 2007-03-24 | 1 | -0/+1 |
| | | |||||
| * | Add the ability to generate programs that doesn't use condition codes. | Brian | 2007-03-23 | 1 | -2/+4 |
| | | | | | | | | | | | | | | ctx->Shader.EmitCondCodes determines if we use condition codes. If not, IF statement uses first operand's X component as the condition. Added OPCODE_BRK0, OPCODE_BRK1, OPCODE_CONT0, OPCODE_CONT1 to handle the common cases of conditional break/continue. | ||||
| * | merge from master | Brian | 2007-03-21 | 13 | -801/+705 |
| |\ | |||||
| * | | silently ignore DeleteProgram/Shader(id=0) | Brian | 2007-03-15 | 1 | -13/+19 |
| | | | |||||
| * | | in _mesa_GetColorTable, return silently if table size is 0 | Brian | 2007-03-15 | 1 | -2/+6 |
| | | | |||||
| * | | fix ctx->Pixel.PostConvolutionScale/Bias subscript bugs | Brian | 2007-03-13 | 1 | -6/+6 |
| | | | |||||
| * | | alloc an extra byte in _mesa_ShaderSourceARB() to silence a valgrind warning | Brian | 2007-03-13 | 1 | -4/+9 |
| | | | |||||
| * | | properly compute ctx->Texture._EnabledCoordUnits | Brian | 2007-03-13 | 1 | -12/+8 |
| | | | |||||
| * | | Implement support for GL_ARB_draw_buffers with GL_MAX_DRAW_BUFFERS > 1. | Brian | 2007-03-11 | 2 | -2/+3 |
| | | | | | | | | | | | | | | | | | | GL_MAX_DRAW_BUFFERS is currently 4. Added gl_FragData[] output for fragment programs. In _swrast_write_rgba_span() loop over the color outputs/renderbuffers. | ||||
| * | | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa ↵ | Brian | 2007-03-10 | 1 | -1/+2 |
| |\ \ | | | | | | | | | | | | | into glsl-compiler-1 | ||||
| * | | | added GL_CURRENT_PROGRAM | Brian | 2007-03-09 | 2 | -1/+20 |
| | | | |