Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-17 | intel: Disallow relocations to the byte beyond the end of the buffer | Chris Wilson | |
2009-10-16 | mesa: fix/update some comments | Brian Paul | |
2009-10-16 | mesa: lift default symlinks target into Makefile.template | Brian Paul | |
Driver Makefiles can still add symlink dependencies/rules if needed. | |||
2009-10-16 | mesa: use EXTRA_MODULES and SUBDIRS to build r300 compiler | Brian Paul | |
This is a bit cleaner and avoids rebuilding the r300_dri.so library all the time. | |||
2009-10-16 | mesa: added SUBDIRS support in dri/Makefile.template | Brian Paul | |
2009-10-16 | mesa: move a comma | Brian Paul | |
2009-10-16 | mesa: added MESA_GLSL=useprog debug flag | Brian Paul | |
This logs glUseProgram() calls to stderr. | |||
2009-10-14 | mesa: added VERBOSE_SWAPBUFFERS | Brian Paul | |
2009-10-14 | vbo: clean-ups, reformatting | Brian Paul | |
2009-10-14 | mesa: added MESA_VERBOSE option 'draw' to debug glDrawArrays/Elements, etc. | Brian Paul | |
2009-10-14 | mesa: rename VERBOSE_IMMEDIATE->VERBOSE_MATERIAL to reflect what it does | Brian Paul | |
2009-10-14 | mesa: remove unused ctx->Driver.PrioritizeTextures() hook | Brian Paul | |
2009-10-14 | mesa: remove unused ctx->Driver.TextureMatrix() hook | Brian Paul | |
2009-10-14 | r600: enable EXT_vertex_array_bgra extensions | Alex Deucher | |
2009-10-14 | Merge branch 'mesa_7_6_branch' | Brian Paul | |
2009-10-14 | mesa: remove left-over debug printf | Brian Paul | |
2009-10-13 | mesa: minor tweak to printf string | Brian Paul | |
2009-10-13 | mesa: rework _mesa_read_shader() debug hook | Brian Paul | |
Look for shaders named "newshader_<CHECKSUM>" to replace the incoming shader text. For debug purposes. | |||
2009-10-13 | mesa: don't print pointer in _mesa_fprint_parameter_list() | Brian Paul | |
2009-10-13 | Store clipping distance for user clip planes as part of vertex processing | Ian Romanick | |
Once the clipping distance is calculated and stored per vertex, the distances can be re-used when clipping is actually performed. This doesn't have any immediate benefit, but it paves the way for implementing gl_ClipDistance in vertex shaders and result.clip[] in vertex programs. This has not produces any oglconform regressions on my G31 system which uses software TNL. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Brian Paul <brianp@vmware.com> | |||
2009-10-13 | intel: fix broken sw generate mipmap path | Brian Paul | |
Need to restore code that fixed up the intel_texture_image state. | |||
2009-10-13 | mesa: whitespace fixes | Brian Paul | |
2009-10-13 | mesa: do RTT check in _mesa_meta_check_generate_mipmap_fallback() | Brian Paul | |
We need to check that we can actually render to the texture's format before doing mipmap generation. This may fix bug 24219. | |||
2009-10-12 | mesa: save/set/restore texture base/wrap state in blitframebuffer_texture() | Brian Paul | |
2009-10-12 | mesa: minor clean up in check_begin_texture_render() | Brian Paul | |
2009-10-12 | intel: whitespace/formatting clean-up | Brian Paul | |
2009-10-12 | intel: replace extern decl with #include | Brian Paul | |
2009-10-12 | intel: added INLINE keyword to minify() | Brian Paul | |
This is mainly just to silence some warnings. | |||
2009-10-12 | intel: code clean-ups | Brian Paul | |
2009-10-12 | intel: pass zslice to intel_miptree_image_offset() | Brian Paul | |
This lets us get rid of intel_miptree_depth_offsets() and simplify all of the calling code. | |||
2009-10-12 | i965: remove unused var | Brian Paul | |
2009-10-12 | mesa: print program Id when printing | Brian Paul | |
2009-10-12 | r600: implement ProgramStringNotify | Andre Maasikas | |
need this to properly test with piglit/glean vert/fragprog tests copied mostly from r300, many thanks to osiris, nha, airlied, others... | |||
2009-10-12 | r600: LIT dst.y gets value from src.x | Andre Maasikas | |
seems I overlooked this when removing hardcoded swizzles for this one previously | |||
2009-10-12 | r600: DPH adds w comp of second operand, so set first one to 1 instead | Andre Maasikas | |
2009-10-11 | i965: Fix the last valid address setting for the index buffer. | Eric Anholt | |
Again, last valid address, not first invalid address. Fixes regression in 255e5be265133280293bbfd8b2f9b74b2dec50bb that the kernel now catches and caused piglit draw_elements_base_vertex to fail. | |||
2009-10-11 | i965: Fix the bounds emitted in the vertex buffer packets. | Eric Anholt | |
It's the address of the last valid byte, not the address of the first invalid byte. This should also fix problems with rendering with the new sanity checks in the kernel. | |||
2009-10-10 | Merge branch 'mesa_7_6_branch' | Brian Paul | |
2009-10-09 | radeon: fix scissor regression | Alex Deucher | |
fixes fdo bug 24248 | |||
2009-10-09 | st/mesa: create aux buffers according to visual | Brian Paul | |
Fixes bug 24426 for gallium. | |||
2009-10-09 | mesa: fix incorrect assertion in _mesa_add_aux_renderbuffers() | Brian Paul | |
Fixes bug 24426. | |||
2009-10-09 | r600: fixup KIL instruction a bit | Andre Maasikas | |
- KILLGT takes 2 arguments - arb KIL has no dst register - add TODO about clause ending but currently piglit fp-kil passes and does not hang the card | |||
2009-10-08 | i965: Use bo_references for the state cache delete function. | Eric Anholt | |
This appears to shave about 3% off the CPU usage in cairo-gl for firefox. | |||
2009-10-08 | intel: Use new drm_intel_bo_references() to avoid flushing. | Eric Anholt | |
2009-10-08 | mesa: free display list state after freeing shared state | Brian Paul | |
Fixes bug 24402. | |||
2009-10-08 | Merge branch 'mesa_7_6_branch' | Brian Paul | |
Conflicts: src/mesa/drivers/common/meta.c | |||
2009-10-07 | mesa: clean up extended opcode code | Brian Paul | |
2009-10-07 | mesa: move gl_list_instruction and gl_list_extensions to dlist.c | Brian Paul | |
2009-10-07 | mesa: added _mesa_free_display_list_data() | Brian Paul | |
2009-10-07 | mesa: clean-up display list mem allocation, fix NULL handling | Brian Paul | |
The -1 term in alloc_instruction() foiled later NULL pointer checks. |