Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-19 | r300: fix missing function declaration | Maciej Cencora | |
2009-04-19 | r300: revert part of cb4bef7ae0b5fe8de82c380bc98f19067394d355 | Maciej Cencora | |
Some debugging code got there by accident | |||
2009-04-19 | r300: cleanup includes | Maciej Cencora | |
2009-04-19 | r300: move common fp functions to seperate file | Maciej Cencora | |
2009-04-19 | r300: more r300/r500 unification | Maciej Cencora | |
reuse insert_WPOS_trailer function | |||
2009-04-19 | r300: more prepare for merge | Maciej Cencora | |
2009-04-19 | r300: further r300/r500 merge preparation | Maciej Cencora | |
2009-04-19 | r300: merge r300/r500 fragment program compiler structure | Maciej Cencora | |
2009-04-19 | r300: merge r300/r500 fragment program structures | Maciej Cencora | |
2009-04-19 | r300: r300/r500 fp shader merge WIP | Maciej Cencora | |
2009-04-19 | r300: general cleanup | Maciej Cencora | |
- remove unused fields - remove unused defines and macros - flatten one structure | |||
2009-04-19 | r300: remove unnecessary forward function declaration | Maciej Cencora | |
2009-04-19 | r300: context creation cleanup | Maciej Cencora | |
- move constant values initialization to seperate function - remove obvious comments | |||
2009-04-19 | radeon: update clear state with latest intel code | Dave Airlie | |
2009-04-17 | r300: we always want non NDC coords format for swtcl | Maciej Cencora | |
2009-04-17 | r300: cleanup frag prog setup a little | Maciej Cencora | |
Use proper fields for marking if fp is translated, and if is translated succesfully. Now if fp gets translated (even unsuccesfully) fp->translated is true. If the translation failed (i.e. because we exceeded limit of maximum texture indirections) the fp->error is set. With a little updated fallback function it prevents non native fragment programs from beeing translated with every frame (the translation would fail anyway so there's no point to try again). Also implement IsProgramNative function for GL_FRAGMENT_PROGRAM_ARB (it should give some performance boost in apps that checks if program is native and falls back to simpler shader to meet hw limits if necessary) and cleanup indentation (remove whitespaces on empty lines). | |||
2009-04-17 | r300: update r500 path for reordered WPOS and FOG fp attributes | Maciej Cencora | |
Report and regression testing by Fabio Pedretti. | |||
2009-04-16 | dri: attempt to actually refcount the __DRIDrawable | Dave Airlie | |
valgrind was showing a race between the drawable getting destroyed by the X resource freeing code, and the context getting destroyed later and freeing the drawable. However I've no idea if some other combination of things could cause this code to leak. | |||
2009-04-16 | radeon: take a bo reference when adding to validate list | Dave Airlie | |
2009-04-12 | r200: fix texture level for compiz case | Jerome Glisse | |
2009-04-12 | r200: validate vertex buffer | Jerome Glisse | |
2009-04-12 | radeon: emit scissor when using cs path | Jerome Glisse | |
2009-04-09 | r300: fix color tiling | Dave Airlie | |
2009-04-09 | r300: reorder fog coordinate and WPOS fp attributes | Maciej Cencora | |
HW TCL path currently assumed fog, WPOS order. The order was inverted for SW TCL path. This hopefully fixes rest of fog and WPOS related bugs. Additionally fix some indentation, don't route unnecessary components of fog coordinates for performance reasons and simplify vertex attribute emitting for SW TCL path. | |||
2009-04-09 | r300: fix regression from swtcl rewrite | Maciej Cencora | |
Fix wrong attribute emit and revert to previous behaviour of calculating VAP_OUT_VTX_FMT_1 register value. We can't use r300VAPOutputCntl1 function because it assumes that all texture coords have 4 components and that is the case for HW TCL path, but not for SW TCL. | |||
2009-04-09 | Merge remote branch 'origin/master' into radeon-rewrite | Dave Airlie | |
Conflicts: src/mesa/drivers/dri/r200/r200_tex.c src/mesa/drivers/dri/r300/r300_cmdbuf.c src/mesa/drivers/dri/r300/r300_context.h src/mesa/drivers/dri/r300/r300_swtcl.c src/mesa/drivers/dri/r300/r300_tex.c src/mesa/drivers/dri/r300/r300_texmem.c src/mesa/drivers/dri/r300/r300_texstate.c src/mesa/drivers/dri/radeon/radeon_tex.c | |||
2009-04-08 | r300-gallium: Properly emit indexbufs. | Corbin Simpson | |
This fixes hardlocks with anything using elts. | |||
2009-04-08 | r300-gallium: Add vertex shader constant emit. | Corbin Simpson | |
2009-04-08 | python/retrace: Try to cope with failures creating textures. | José Fonseca | |
2009-04-08 | python: Don't try to finish a null fence. | José Fonseca | |
2009-04-08 | python/retrace: Use colors on windows console. | José Fonseca | |
2009-04-08 | Mesa: allow suppression of debug messages in a debug build | Robert Ellison | |
For testing, it's very useful to be able to test on a debug build, while suppressing the debug messages (messages that are by default suppressed in a release build), in order to see the same behavior that users of release builds will see. For example, the "piglit" test suite will flag an error on programs that produce unexpected output, which means that a debug build will always fail due to the extra debug messages. This change introduces a new value to the MESA_DEBUG environment variable. In a debug build, explicitly setting MESA_DEBUG to "0" will suppress all debug messages (both from _mesa_debug() and from _mesa_warning()). (The former behavior was that debug messages were never suppressed in debug builds.) Behavior of non-debug builds has not changed. In such a build, _mesa_debug() messages are always suppressed, and _mesa_warning() messages will be suppressed unless MESA_DEBUG is set *to any value*. | |||
2009-04-08 | gallium: when using gl_PointCoord ensure we use the correct attribute. | Alan Hourihane | |
2009-04-08 | python/retrace: Allow to specify the range of calls of interest. | José Fonseca | |
2009-04-08 | trace: Make calls dumping threadsafe. | José Fonseca | |
2009-04-08 | trace: Make call no global. | José Fonseca | |
2009-04-08 | python/retrace: Handle recent traces. | José Fonseca | |
Try to keep backwards compatability with old traces as much as possible. | |||
2009-04-08 | python: Fix method renaming. | José Fonseca | |
2009-04-08 | python: Cope with null surfaces. | José Fonseca | |
2009-04-08 | wgl: Integrate the trace driver on debug builds. | José Fonseca | |
2009-04-08 | trace: Simplify cast wrappers. | José Fonseca | |
2009-04-08 | trace: Match pipe_context::clear prototype. | José Fonseca | |
2009-04-08 | gallium: handle the case of util_pack_z_stencil(format=PIPE_FORMAT_S8_UNORM) | Brian Paul | |
Fixes failed assertion in glean fbo test. | |||
2009-04-08 | docs: bump Gallium version number | Brian Paul | |
2009-04-08 | docs: updated Cell driver info | Brian Paul | |
2009-04-08 | docs: more info for 7.4 release notes | Brian Paul | |
2009-04-08 | mesa: Don't attempt to free the dummy program. | José Fonseca | |
2009-04-07 | st: implement glCopyTexImage() for GL_DEPTH24_STENCIL8 internal format | Brian Paul | |
2009-04-07 | st: implement GL_DEPTH_STENCIL format for glReadPixels and DrawPixels() | Brian Paul | |
2009-04-07 | softpipe: minor debug-help changes in softpipe_transfer_map() | Brian Paul | |