Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2009-09-01 | radeon: Fix null pointer reference in debug system if no context is bind. | Pauli Nieminen | |
2009-08-31 | r600: Add more trace debug output to rendering pipeline. | Pauli Nieminen | |
2009-08-31 | radeon: Add support for indenting debug output. | Pauli Nieminen | |
Indetion can be used to make it easier to read debug code when sections of debug output are indented. | |||
2009-08-31 | radeon: Add comment warning about not choosing critical debug level. | Pauli Nieminen | |
2009-08-31 | radeon: Change default debug level to verbose. | Pauli Nieminen | |
Verbose is a lot better for developement but we should considre changing it to normal in stable branch. | |||
2009-08-31 | r300: Convert to shared debug code. | Pauli Nieminen | |
2009-08-31 | r200: Convert r200 to use new style debug code. | Pauli Nieminen | |
Only very few places where realy converted so there isa lot of to do. | |||
2009-08-31 | r600: Convert to shared debug code and add a few new debug messages. | Pauli Nieminen | |
There is only a few functions that have debugging enabled now. | |||
2009-08-31 | radeon: Make OQ to use new style debugging. | Pauli Nieminen | |
2009-08-31 | radeon: Add gcc attribute to enable pritnf format warnings. | Pauli Nieminen | |
2009-08-31 | r100: Use shared debug code. | Pauli Nieminen | |
Converted r100 to use shared debug code with sed and fast compile check. New code has compability layer so old debugging code doesn't have to be changed all immidiatly. | |||
2009-08-31 | radeon: Add common debugging functions. | Pauli Nieminen | |
These function are aiming to make it very simple to add and keep large amount of debugging code without having runtime impact in relase builds. Basic idea is to expose simple printf style debugging functions that are inlined. Level parameter will be evalueted in compile time so compiler can optimise some of debugging functions out if compile time request for debug level is too tight. | |||
2009-08-31 | r600: add missing r7xx pci id | Alex Deucher | |
2009-08-31 | intel: clear buffer fields in intel_bufferobj_unmap() | Brian Paul | |
2009-08-30 | intel: use more efficient loop over buffers | Brian Paul | |
2009-08-29 | i965: Fix segfault with ARB_oq CheckQuery when results are already fetched. | Eric Anholt | |
2009-08-29 | i965: Support PROGRAM_ENV_PARAMs in brw_vs_emit.c | Eric Anholt | |
2009-08-29 | r300: Disable threshold register for KMS. | Pauli Nieminen | |
Kernel side doesn't have required register in safe list so can't send it kernel. | |||
2009-08-29 | r300: Swtcl prediction was still missing scissors. | Pauli Nieminen | |
All that state stuff should really be in state atoms :/ |