Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-06 | Merge branch 'master' into r300-compiler | Nicolai Hähnle | |
Conflicts: src/gallium/drivers/r300/r300_tgsi_to_rc.c | |||
2009-09-06 | r300/compiler: New dataflow structures and passes | Nicolai Hähnle | |
This replaces the old NQSSADCE code with the same functionality, but quite different design. Instead of doing a single integerated pass, we now build explicit data structures representing the dataflow. This will enable analysis of flow control instruction, and could potentially open an avenue for several dataflow based optimizations, such as peephole optimization, fusing MUL+ADD to MAD, and so on. | |||
2009-09-04 | r600: add support for EXT_texture_sRGB | Alex Deucher | |
2009-09-04 | r300: Add support for GL_EXT_provoking_vertex | Alex Deucher | |
2009-09-04 | r600: Add support for GL_EXT_provoking_vertex | Alex Deucher | |
2009-09-04 | i965: Don't set the complete field when there is more VUE yet to come. | Eric Anholt | |
This should help with things like lightsmark, but I don't have a testcase for this commit. | |||
2009-09-04 | i965: Add support for 2 threads in the GS. | Eric Anholt | |
This brings noop vertex shader throughput from 6.8M verts/sec to 10.4M verts/sec using GL_QUADs on my GM45. | |||
2009-09-04 | i965: Add support for KIL_NV in brw_wm_emit.c | Eric Anholt | |
I ran into this lack of support when writing a shader that always discarded the fragments. | |||
2009-09-04 | r600: fix Elts handling | Alex Deucher | |
Patch from taiu on IRC. fixes bug 23585 | |||
2009-09-03 | r600: rework cb/db setup | Alex Deucher | |
Setup the regs when we emit rather than during state setup. In certain cases a proper CB target was never emitted. This fixes bug 23658. | |||
2009-09-03 | r600: make sure the active vertex shader bo is re-added to persistent list. | Alex Deucher | |
2009-09-03 | mesa: rename gl_sync_object::Status to StatusFlag | Brian Paul | |
There's a symbol collision with X11/Xlib.h #define Status int in the Mesa xlib code. This seems the simpliest way to work around this. | |||
2009-09-03 | savage: Fix driver build post-ARB_sync. | Eric Anholt | |
Like s3v, clean up absurd use of Xlib in the driver, avoiding namespace pollution. | |||
2009-09-03 | s3v: Fix driver build for ARB_sync. | Eric Anholt | |
This driver was including Xlibint.h to get the CARD32 typedef to use for 32-bit unsigned integers, which #defined Status to something. CARD32 isn't actually a 32-bit unsigned integer, so replacing with uint32_t usage should fix bugs on 64-bit along with the build. | |||
2009-09-03 | intel: Add support for ARB_sync. | Eric Anholt | |
We currently weasel out of supporting the timeout parameter, but otherwise this extension looks ready, and should make the common case happy. | |||
2009-09-03 | ARB sync / swrast: Use GL_ARB_sync_functions instead of GL_ARB_sync. Oops. | Ian Romanick | |
2009-09-03 | ARB sync: Add support for GL_ARB_sync to swrast | Ian Romanick | |
This isn't quite right yet. The delete behavior and the context clean-up needs some work. | |||
2009-09-03 | Eliminate trailing whitespace in extension_helper.c | Ian Romanick | |
2009-09-03 | ARB sync: Regenerate files from previous commit | Ian Romanick | |
2009-09-03 | intel: helper to debug bufmgr (disabled) | Brian Paul | |
2009-09-03 | mesa: change ctx->Driver.BufferData() to return GLboolean for success/failure | Brian Paul | |
Return GL_FALSE if we failed to allocate the buffer. Then raise GL_OUT_OF_MEMORY in core Mesa. | |||
2009-09-03 | r600: visual depth has no meaning here. | Dave Airlie | |
fbos get angry when this happens. | |||
2009-09-03 | r600: make sure the active shader bo is re-added to persistent list. | Dave Airlie | |
2009-09-03 | radeon: pass internal format into the miptree. | Dave Airlie | |
We need to figure out if the compression format changes. without this texcmp segfaults if you change format enough times. | |||
2009-09-03 | radeon/dri2: add gl20 bits for r300/r600 just like dri1 does | Dave Airlie | |
2009-09-02 | Revert "i965: Use VBOs in the VBO module on 965, now that we have ↵ | Eric Anholt | |
ARB_map_buffer_range." This reverts commit 00413d87426f14df47d90ba3c995e1889e9f88ca. Even with fixes, using ARB_map_buffer_range in the VBO module isn't showing up as a significant win, and some cases apparently regressed. Bug #23624. | |||
2009-09-02 | intel: Add support for FlushMappedBufferRange for ARB_map_buffer_range. | Eric Anholt | |
This should help for the usage by the VBO module, where we would upload the whole remaining chunk of the buffer for a series of range maps that should cover just a segment of it. | |||
2009-09-02 | intel: Sync a synchronized READ_BIT map buffer range with GL drawing to it. | Eric Anholt | |
It's probably uncommon, but would obviously have gone wrong. | |||
2009-09-02 | intel: Move MapBufferRange mesa state setting up to cover the 915 case. | Eric Anholt | |
2009-09-02 | i965: CS FENCE in URB_FENCE is 11-bits wide | Xiang, Haihao | |
2009-09-02 | i965: validate sf state | Xiang, Haihao | |
2009-09-01 | intel: use _mesa_expand_bitmap() to skip an intermediate buffer | Brian Paul | |
2009-09-01 | dri: remove unused meta_clear_tris() | Brian Paul | |
2009-09-01 | intel: use BUFFER_BITS_COLOR | Brian Paul | |
2009-09-01 | intel: fix incorrect parameter type for intel_bufferobj_map_range() | Brian Paul | |
2009-09-01 | radeon: trim down #includes | Brian Paul | |
2009-09-01 | radeon: use _mesa_meta_clear() | Brian Paul | |
2009-09-01 | intel: set Length/Offset fields in intel_bufferobj_map() | Brian Paul | |
2009-09-01 | intel: use _mesa_meta_copy_pixels() when do_blit_copypixels() fails | Brian Paul | |
Also, trim down #includes. | |||
2009-09-01 | intel: trim down #includes | Brian Paul | |
2009-09-01 | intel: use _mesa_meta_draw_pixels() | Brian Paul | |
The textured quad path is slightly faster and will work with POT textures on i945. | |||
2009-09-01 | intel: trim down #includes | Brian Paul | |
2009-09-01 | intel: use _mesa_meta_clear(), it's a bit faster | Brian Paul | |
2009-09-02 | radeon: Fix OQ to set ful lstate as dirty too. | Pauli Nieminen | |
2009-09-02 | radeon: Fix debug output to filter out less critical messages instead of ↵ | Pauli Nieminen | |
more critical. | |||
2009-09-01 | radeon: fix r100/r200 polygon stipple under kms | Dave Airlie | |
There really need to use state emits under kms, otherwise we end up with some dwords in the command buffer before we've ever emitted any useful state. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2009-09-01 | r100: fixup cubemap domains | Dave Airlie | |
2009-09-01 | r200: emit cube for kms correctly + fix tex emit reset | Dave Airlie | |
CS checker found some issues. | |||
2009-09-01 | r300/compiler: fix warning due to no newline | Dave Airlie | |
2009-09-01 | r200: emit max vtx info for index buffer. | Dave Airlie | |
We need this for the CS bounds checking. |