Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-29 | GLSL: AttachShader returns INVALID_OPERATION for repeated attach | Ian Romanick | |
The GL_ARB_shader_objects spec says that glAttachShaderARB is supposed to return GL_INVALID_OPERATION if a shader is attached to a program where it is already attached. _mesa_attach_shader perviously returned without error in this case. | |||
2008-09-29 | mesa: asst updates for VMS | Jouk Jansen | |
2008-09-29 | mesa: drop calloc from _mesa_get_fixed_func_vertex_program | Shunichi Fuji | |
Signed-off-by: Shunichi Fuji <palglowr@gmail.com> | |||
2008-09-28 | Use 3Dnow! x86-64 routines only on processors that support 3Dnow! | Ian Romanick | |
Added an x86-64 CPUID function and use it to detect 3Dnow! If 3Dnow! is available, use _mesa_3dnow_transform_points4_3d_no_rot, _mesa_3dnow_transform_points4_perspective, _mesa_3dnow_transform_points4_2d_no_rot, and _mesa_3dnow_transform_points4_2d. This fixes long standing bug #8724. | |||
2008-09-28 | Remove TNL-to-VP tracking from i965 | Ian Romanick | |
The i965 driver previously had it's own set of code to convert fixed-function TNL state to a vertex program. Core Mesa has code to do this, so there is no reason to duplicate that effort in the driver. In fact, this duplication leads to bugs when other aspects of the Mesa infrastructure change. | |||
2008-09-27 | glapi: add DISPATCH_FUNCTION_SIZE | Tobias Jakobi | |
2008-09-27 | glapi: add gl_dispatch_functions_start and end | Tobias Jakobi | |
2008-09-26 | intel: Fix a number of memory leaks on context destroy. | Eric Anholt | |
2008-09-26 | configs: darwin: Don't build GLw | Jeremy Huddleston | |
(cherry picked from commit ef688ba1ee366a8937a41075cbe8b76a9bf75013) | |||
2008-09-26 | mesa: remove invalid assertions that programs have parameters | Brian Paul | |
Fixes failure with demos/fplight.c | |||
2008-09-26 | mesa: fix assertion in _mesa_reference_program() | Brian Paul | |
2008-09-26 | mesa: fix param indexing | Brad King | |
2008-09-25 | mesa: fix cast/conversion for optional code | Brian | |
2008-09-25 | mesa: fix typo (s/feadback/feedback/). Fixes broken selection/feedback. | Brian Paul | |
2008-09-25 | mesa: fix float->int mapping for glGetIntegerv(GL_DEPTH_CLEAR_VALUE) | Brian Paul | |
2008-09-25 | mesa: fix some VBO buffer object issues | Brian Paul | |
The VBO module may use a real VBO or a malloc'd buffer for vertex storage. Be careful not to accidentally replace the later with the former when drawing. Check if using a real VBO at destroy time to prevent a double-free. | |||
2008-09-25 | mesa: fix function params to match prototypes | Sam Hocevar | |
2008-09-25 | mesa: prevent the slang code generator from aborting when faced with a ↵ | Sam Hocevar | |
sampler variable redeclaration. | |||
2008-09-25 | i965: support for sin() and cos() in vertex shaders. | Sam Hocevar | |
2008-09-25 | i965: more meaningful message for unsupported opcodes. | Sam Hocevar | |
2008-09-24 | intel: Fix clears to depth_stencil texture attachments. | Eric Anholt | |
Broken by 0adfd1021035e90995a25ec5f20b736e55075d92, showed up as an assertion failure in a software fallback in the shadowtex demo when we failed to recognize the texture format. | |||
2008-09-24 | set SamplerUnit[] entry in load_texture() just to be safe | Brian | |
(cherry picked from commit fce4612f8a29ee1798c9326a431a139d856c7a04) | |||
2008-09-24 | use PROGRAM_CONSTANT instead of PROGRAM_STATE_VAR when generating ↵ | Brian | |
immediates/literals (cherry picked from commit fdc8636bdc65deb0d95a62a51c8d9bca05bc6bb8) | |||
2008-09-24 | set program->SamplersUsed bit when using a texture instruction | Brian | |
2008-09-24 | Remove ctx field from texenvprog_cache | Brian | |
2008-09-24 | include programopt.h | Brian | |
(cherry picked from commit 83fad68ec1989c719646a76f4cc5e0b3d23537ed) | |||
2008-09-24 | Disable vertex shader fog, compute fog in fragment shader. | Brian | |
2008-09-24 | temporarily set the FRAG_BIT_FOGC bit in InputsRead when fog is enabled | Brian | |
(cherry picked from commit 63be96bdc7e9f388a5c49295bd7e150462fd003a) | |||
2008-09-23 | mesa: fix main/ prefix in include | Keith Whitwell | |
2008-09-23 | vbo: unmap and remap immediate vbo before/after each draw. | Keith Whitwell | |
Also use BufferData(NULL) to get fresh storage and avoid synchronous operation where we would have to flush and wait for the fence after each draw because of the map. This will chew through a whole load of buffer space on small draws, so it isn't a proper solution. Need to support a no-fence or append mapping mode to do this right, or use user buffers. | |||
2008-09-23 | added vbo_use_buffer_objects() to specify that immediate mode data should be ↵ | Brian | |
put into bufferobjects | |||
2008-09-23 | vbo: seed initial max_element value with a more likely candidate | Keith Whitwell | |
(cherry picked from commit 026e7731e549e0777c010348460fd48b3d75a843) | |||
2008-09-23 | mesa: s/GL_POLYGON+1/PRIM_OUTSIDE_BEGIN_END/ | Brian Paul | |
(cherry picked from commit 8a369b909a6648ae7a5a0c2dcb972a2f96f99a80) | |||
2008-09-23 | mesa: glsl: fix glGetUniform for matrix queries | Brian Paul | |
(cherry picked from commit 7a6eba54d064cadf15f93df2c1748cf5e474ef03) | |||
2008-09-23 | mesa: glsl: fix a number of glUniform issues | Brian Paul | |
Additional error checking. Allow setting elements of uniform arrays. This involves encoding both a uniform location and a parameter offset in the value returned by glGetUniformLocation(). Limit glUniform[if]v()'s count to the size of the uniform array. When setting bool-valued uniforms, convert all float/int values to 0 or 1. | |||
2008-09-23 | mesa: glsl: fix error check in get_uniformfv() | Brian Paul | |
(cherry picked from commit 18cd9c229a1fc8da8b7669b8d1d100f6bbeca183) | |||
2008-09-23 | mesa: Apply MSVC portability fixes from Alan Hourihane. | José Fonseca | |
2008-09-23 | mesa: update program->NumAddressRegs field in _slang_update_inputs_outputs() | Brian Paul | |
2008-09-23 | mesa: add fwd decl of fill_in_entrypoint_offset() | Brian Paul | |
(cherry picked from commit b1eff0228b7199920c02e62446ebf5496c298814) | |||
2008-09-23 | mesa: new gl_fragment_program fields indicating use of fog, front-facing, ↵ | Brian Paul | |
point coord (cherry picked from commit d7a7b0a10dd355fbeb7a404091a42d4ab558c820) | |||
2008-09-23 | Added new _mesa_clip_copytexsubimage() function to do avoid clipping down in ↵ | Brian | |
the drivers. This should probably be pulled into main-line Mesa... (cherry picked from commit 324ecadbfdf9b944e059832f146451e4151dcb21) | |||
2008-09-23 | mesa: refactor: move GetProcAddress code from glapi.c into new ↵ | Brian Paul | |
glapi_getproc.c file | |||
2008-09-23 | i965: Cope with batch getting flushed in the middle of batchbuffer emits. | Eric Anholt | |
This isn't required for GEM (at least, yet), but the check_aperture code for non-GEM results in batch getting flushed during emit. brw_state_upload restarts state emits, but a bunch of the state emit functions were assuming that they would be called exactly once, after prepare and before new_batch. Bug #17179. | |||
2008-09-23 | intel: Add missing include files for meta drawpixels since mesa shuffling. | Eric Anholt | |
2008-09-23 | intel: Replace pbo-only drawpixels function with a generic Mesa metaops. | Eric Anholt | |
Improves performance of some oglconform regression tests 9x. | |||
2008-09-23 | i915: Fix overlapping CopyPixels with negative pixel zoom. | Eric Anholt | |
Fixes a failure in pixel-pos.c oglconform test. | |||
2008-09-23 | i915: fix crash in flush_prim -> wait_flips -> flush_batch -> flush_prim. | Eric Anholt | |
2008-09-22 | i965: Adapt to new TNL program tracking semantics | Ian Romanick | |
This fixes bugzilla #17718. | |||
2008-09-22 | r300: Adapt to the removal of _tnl_ProgramCacheInit() and friends. | Michel Dänzer | |
2008-09-22 | Remove incorrect test from mmAllocMem. | Michel Dänzer | |
0 is a perfectly valid alignment shift, see e.g. driTexturesGone() which was broken by this. |