Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-11 | mesa: remove _mesa_set_vp_override() from _mesa_Bitmap() | Brian Paul | |
This reverts part of commit 2c9812e3d346eb07180da520909b142e8afc1c59. The calls to _mesa_set_vp_override() were causing extra state validation and caused the gallium state tracker's bitmap cache to get flushed on every call. | |||
2009-08-10 | mesa: added GLcontext::Meta field for meta rendering state | Brian Paul | |
2009-08-08 | mesa: update framebuffer status as needed in _mesa_source/dest_buffer_exists() | Brian Paul | |
2009-08-08 | mesa: simplify glPushAttrib() list building code | Brian Paul | |
2009-08-08 | mesa: remove old, prototype code | Brian Paul | |
2009-08-08 | mesa: use _mesa_bufferobj_mapped() | Brian Paul | |
2009-08-07 | mesa: use _mesa_set_vp_override() in glDraw/CopyPixels and glBitmap | Brian Paul | |
We don't use the vertex program in these functions and the driver may install its own. This fixes the broken glCopyPixels swrast fallback in i965 and possibly other drivers. In particular, glCopyPixels sometimes didn't work because the fixed-function fragment program was replacing all fragment colors with the current raster color. | |||
2009-08-07 | mesa: reformat code to allow setting breakpoints on the true-statement | Brian Paul | |
2009-08-07 | mesa: use _mesa_bufferobj_mapped() | Brian Paul | |
2009-08-07 | mesa: new _mesa_bufferobj_mapped() helper function | Brian Paul | |
2009-08-07 | mesa: use valid_fragment_program() helper | Brian Paul | |
2009-08-07 | mesa: test DrawBuffer, not ReadBuffer in _mesa_dest_buffer_exists() | Brian Paul | |
Also, update comments. | |||
2009-08-07 | mesa: fix some incorrect error checks in _mesa_error_check_format_type() | Brian Paul | |
Plus, simplify the code a bit. | |||
2009-08-07 | mesa: do error checking on glCopyPixels() type parameter | Brian Paul | |
Plus, move some other error checks before state validation and update some comments. | |||
2009-08-07 | mesa: use a more logical flag in _mesa_set_vp_override() | Brian Paul | |
2009-08-07 | mesa: new _mesa_copy_client_array() function | Brian Paul | |
2009-08-07 | mesa: fix comment | Brian Paul | |
2009-08-06 | GL_ARB_vertex_array_bgra is (basically) a synonym for the EXT version | Ian Romanick | |
2009-08-06 | Ensure GL_EXT_blend_equation_separate is enabled when 2.0 is enabled. | Alan Hourihane | |
2009-08-05 | mesa/main: Add functions to clear and dirty texture objects. | Chia-I Wu | |
This commit adds a function to clear a texture object such that there is no image data associated with it, and a function to dirty it so that it will be re-tested for completeness. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||
2009-08-05 | Merge branch 'mesa_7_5_branch' | Brian Paul | |
Conflicts: src/mesa/main/state.c | |||
2009-08-05 | mesa: generate GL_INVALID_OPERATION for missing z/stencil when blitting | Brian Paul | |
If glBlitFramebuffer() is called with GL_DEPTH_BUFFER_BIT or GL_STENCIL_BUFFER_BIT and the src/dst depth/stencil buffers are absent, report an error. | |||
2009-08-05 | mesa: make _mesa_clip_blit() a shared function | Brian Paul | |
2009-08-04 | mesa: added gl_shader::SourceChecksum field (for debug purposes) | Brian Paul | |
2009-08-04 | mesa: added _mesa_str_checksum() | Brian Paul | |
2009-08-04 | mesa: clean-up error debug/count code | Brian Paul | |
2009-08-04 | mesa: reset ErrorDebugCount to zero in glGetString() | Brian Paul | |
2009-08-04 | mesa: better texture dump/debug code | Brian Paul | |
2009-08-04 | mesa: more error message info for vertex pointer functions | Brian Paul | |
2009-08-04 | mesa: more glGetTexImage() error checking consolidation, new assertion | Brian Paul | |
2009-08-04 | texenv: Use VP->Current, since _Current isn't updated at this point. | Brian Paul | |
(cherry picked from master, commit a9ba1bfeb3a2852c6eda718e73c46c972a286648) | |||
2009-08-04 | texenv: Match state.c in deciding whether we'll be using a vertex shader. | Brian Paul | |
(cherry picked from master, commit 40990d9dfb20b69585859b2a45596aa46c20140a) | |||
2009-08-04 | texenv: Add missing dependency on VP changes. | Brian Paul | |
Funny thing is I annotated this dependency in e5f63c403b767f9974e8eb5d412c012b8a69287f, but didn't actually use it. (cherry picked from master, commit 03187571b63d97e3d1406d329c5e760e16ef3181) Conflicts: src/mesa/main/state.c | |||
2009-08-03 | texenv: Use VP->Current, since _Current isn't updated at this point. | Eric Anholt | |
2009-08-03 | texenv: Match state.c in deciding whether we'll be using a vertex shader. | Eric Anholt | |
2009-08-03 | texenv: Add missing dependency on VP changes. | Eric Anholt | |
Funny thing is I annotated this dependency in e5f63c403b767f9974e8eb5d412c012b8a69287f, but didn't actually use it. | |||
2009-07-30 | mesa: re-enable _mesa_source_buffer_exists() call | Brian Paul | |
Somehow this code wound up inside a comment a while back. | |||
2009-07-30 | mesa: get_current_tex_unit() helper function | Brian Paul | |
2009-07-30 | mesa: refactor glGetTexImage error checking code | Brian Paul | |
2009-07-30 | mesa: simplify _mesa_select_tex_image() | Brian Paul | |
2009-07-30 | mesa: simplify _mesa_set_tex_image() | Brian Paul | |
2009-07-28 | Merge branch 'mesa_7_5_branch' | Brian Paul | |
Conflicts: Makefile configs/default docs/relnotes.html src/mesa/main/version.h | |||
2009-07-27 | mesa: separate some finite/pragma Watcom stuff | Brian Paul | |
2009-07-22 | mesa: bump version to 7.5.1 | Brian Paul | |
2009-07-17 | Merge branch 'mesa_7_5_branch' | Brian Paul | |
Conflicts: Makefile progs/glsl/multitex.c src/mesa/main/enums.c src/mesa/main/state.c src/mesa/main/texenvprogram.c src/mesa/main/version.h | |||
2009-07-17 | mesa: set version to 7.5 | Brian Paul | |
2009-07-16 | texenv: Calculate whether we need to do secondary color on our own. | Eric Anholt | |
The _TriangleCaps bit is deprecated, not updated when we require, and is set based on state that hasn't been updated at that point in _mesa_update_state_locked(). Fixes incorrect clear color in glsl/twoside.c with meta_clear_tris. | |||
2009-07-15 | Fix state flag dependencies for fixed function fragment program updates. | Brian Paul | |
I started looking into why _NEW_ARRAY punishes us, and while annotating dependencies noticed that a bunch of dependencies were missing. (cherry picked from master, commit e5f63c403b767f9974e8eb5d412c012b8a69287f) | |||
2009-07-15 | mesa: recognize and eliminate repeated error messages | Keith Whitwell | |
2009-07-15 | mesa: split out errorstring switch from _mesa_error | Keith Whitwell | |
Move a chunk of code out of _mesa_error() |