Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | slang: Update for glsl/pp interface changes. | Michal Krol | 2009-11-10 | 1 | -2/+4 |
| | |||||
* | glsl/apps: Update for glsl/pp interface changes. | Michal Krol | 2009-11-10 | 4 | -8/+16 |
| | |||||
* | glsl/pp: Have sl_pp_purify() return error msg/line no. | Michal Krol | 2009-11-10 | 2 | -11/+50 |
| | |||||
* | glsl/pp: Expand macro actual arguments before pasting into its body. | Michal Krol | 2009-09-28 | 1 | -49/+53 |
| | |||||
* | glsl/pp: Add forward decls to silence gcc warnings. | Michal Krol | 2009-09-24 | 2 | -0/+5 |
| | |||||
* | glsl/pp: Avoid using `__VERSION__' as an identifier. | Michal Krol | 2009-09-24 | 3 | -3/+7 |
| | |||||
* | glsl/pp: Include missing headers. | Michal Krol | 2009-09-24 | 10 | -0/+11 |
| | |||||
* | glsl/pp: Allow builds on all platforms. | Michal Krol | 2009-09-24 | 1 | -3/+0 |
| | |||||
* | glsl/apps: Include missing header, properly escape format strings. | Michal Krol | 2009-09-24 | 4 | -4/+8 |
| | |||||
* | glsl/apps: Allow builds on all platforms. | Michal Krol | 2009-09-24 | 1 | -3/+0 |
| | |||||
* | glsl/pp: Use struct instead of union. | Michal Krol | 2009-09-24 | 1 | -1/+1 |
| | |||||
* | glsl/apps: Fix apps after pp interface changes. | Michal Krol | 2009-09-24 | 1 | -5/+1 |
| | |||||
* | glsl/pp: Store both line number and file index in a single token. | Michal Krol | 2009-09-24 | 3 | -25/+16 |
| | |||||
* | grammar: Include the correct glsl pp header. | Michal Krol | 2009-09-23 | 1 | -1/+1 |
| | |||||
* | glsl/pp: Include missing headers. | Michal Krol | 2009-09-23 | 2 | -0/+2 |
| | |||||
* | glsl/pp: Add `0' and `1' to dictionary. | Michal Krol | 2009-09-23 | 3 | -8/+7 |
| | |||||
* | glsl/pp: Check for reserved macro names. | Michal Krol | 2009-09-23 | 1 | -0/+16 |
| | |||||
* | slang: Differentiate between uints and floats. | Michal Krol | 2009-09-22 | 3 | -5/+6 |
| | |||||
* | grammar: Differentiate between uints and floats. | Michal Krol | 2009-09-22 | 1 | -2/+4 |
| | |||||
* | glsl/apps: Update after recent pp interface changes. | Michal Krol | 2009-09-22 | 2 | -4/+12 |
| | |||||
* | glsl/pp: Differentiate between integer and floating-point number tokens. | Michal Krol | 2009-09-22 | 8 | -22/+39 |
| | |||||
* | progs/perf: Fix newlines. | Michal Krol | 2009-09-18 | 4 | -752/+752 |
| | |||||
* | glsl/apps: Use glsl pp public interface. | Michal Krol | 2009-09-18 | 4 | -45/+42 |
| | |||||
* | slang: Use glsl pp public interface. | Michal Krol | 2009-09-18 | 1 | -18/+16 |
| | |||||
* | glsl/pp: Define a public interface for external modules. | Michal Krol | 2009-09-18 | 8 | -29/+52 |
| | | | | | Make sl_pp_context struct opaque. Move all public declarations to sl_pp_public.h. | ||||
* | Merge commit 'origin/master' into glsl-pp-rework-2 | Michal Krol | 2009-09-17 | 144 | -2905/+5755 |
|\ | | | | | | | | | Conflicts: src/gallium/winsys/gdi/SConscript | ||||
| * | mesa: begin some texstore code refactoring | Brian Paul | 2009-09-16 | 1 | -28/+25 |
| | | | | | | | | | | Next step will be to move the calls to ctx->Driver.ChooseTextureFormat() into the teximage.c functions so drivers don't have to do it. | ||||
| * | mesa: meta driver functions for glCopyTex[Sub]Image() | Brian Paul | 2009-09-16 | 2 | -23/+335 |
| | | | | | | | | | | Implement in terms of glReadPixels + glTex[Sub]Image(). This will allow us to get rid of some swrast texture code. | ||||
| * | progs/perf: initial set of simple performance test programs | Brian Paul | 2009-09-16 | 9 | -0/+1139 |
| | | | | | | | | | | | | | | | | Initial tests include: drawoverhead - measure overhead of state changes w.r.t drawing commands teximage - measure glTexImage2D() and glTexSubImage2D() speed vbo - measure glBufferData() and glBufferSubData() speed vertexrate - measure vertex rate for immediate mode, glDrawArrays, VBOs, etc. | ||||
| * | progs/glsl: minor Makefile clean-ups | Brian Paul | 2009-09-16 | 1 | -8/+7 |
| | | |||||
| * | swrast: remove mipmap generation checks (done in core Mesa now) | Brian Paul | 2009-09-16 | 1 | -25/+0 |
| | | |||||
| * | s3v: remove unneeded initializations | Brian Paul | 2009-09-16 | 1 | -11/+0 |
| | | |||||
| * | ffb: remove disabled code | Brian Paul | 2009-09-16 | 1 | -18/+0 |
| | | |||||
| * | llvmpipe: Don't assert due to unsupported texture wrap modes. | José Fonseca | 2009-09-16 | 1 | -0/+5 |
| | | | | | | | | Issue a warning and fallback to clamping. | ||||
| * | Merge branch 'mesa_7_6_branch' | Ian Romanick | 2009-09-16 | 4 | -0/+670 |
| |\ | |||||
| | * | Merge branch 'mesa_7_5_branch' into mesa_7_6_branch | Ian Romanick | 2009-09-16 | 3 | -0/+669 |
| | |\ | | | | | | | | | | | | | | | | | Conflicts: src/mesa/main/dlist.c | ||||
| | | * | intel: Deassociated drawables from private context struct in intelUnbindContext | Ian Romanick | 2009-09-16 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The generic DRI infrastructure makes sure that __DRIcontextRec::driDrawablePriv and __DRIcontextRec::driReadablePriv are set to NULL after unbinding a context. However, the intel_context structure keeps cached copies of these pointers. If these cached pointers are not NULLed and the drawable is actually destroyed after unbinding the context (typically by way of glXDestroyWindow), freed memory will be dereferenced in intelDestroyContext. This should fix bug #23418. | ||||
| | | * | docs: glUniform functions are now compiled into display lists | Brian Paul | 2009-09-15 | 1 | -0/+1 |
| | | | | |||||
| | | * | mesa: compile glUniformMatrix() functions into display lists | Brian Paul | 2009-09-15 | 1 | -0/+242 |
| | | | | | | | | | | | | | | | | | | | | I believe this is the last of the shader-related functions that needed display list treatment. | ||||
| | | * | mesa: implement more glUniform display list functions | Brian Paul | 2009-09-15 | 1 | -1/+365 |
| | | | | |||||
| | | * | docs: document glUseProgram display list fix | Brian Paul | 2009-09-15 | 1 | -0/+1 |
| | | | | |||||
| | | * | mesa: compile glUniform4f() into display lists | Brian Paul | 2009-09-15 | 1 | -0/+26 |
| | | | | | | | | | | | | | | | | Note: there are more glUniform functions to compile... | ||||
| | | * | mesa: compile glUseProgram/glUseProgramObjectARB into display lists | Brian Paul | 2009-09-15 | 1 | -0/+28 |
| | | | | | | | | | | | | | | | | Fixes bug 23746 | ||||
| | * | | i965: do a flush in clear, fix openarena render issue, | Zou Nan hai | 2009-09-16 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | fd.o bug# 23857 | ||||
| * | | | gallium: remove incorrect 'return' stmt | Brian Paul | 2009-09-16 | 1 | -1/+1 |
| | | | | |||||
| * | | | gallium: Deprecate PIPE_CAP_S3TC. | José Fonseca | 2009-09-16 | 13 | -25/+1 |
| | | | | | | | | | | | | | | | | | | | | No longer used. S3TC support is queried via pipe_screen::is_format_supported. | ||||
| * | | | softpipe: Do not advertise Z32_UNORM as a supported format. | Michal Krol | 2009-09-16 | 1 | -0/+1 |
| | | | | |||||
| * | | | gdi: Integrate with llvmpipe where available. | José Fonseca | 2009-09-16 | 2 | -28/+316 |
| | | | | |||||
| * | | | llvmpipe: Make the code portable for MinGW. | José Fonseca | 2009-09-16 | 6 | -17/+21 |
| | | | | |||||
| * | | | radeon: cleanup compile defines mess. | Dave Airlie | 2009-09-16 | 9 | -88/+67 |
| | | | | | | | | | | | | | | | | | | | | I inherited this and really it stayed around far too long, make it nice and simple. |