| Commit message (Expand) | Author | Age | Files | Lines |
* | r300/compiler: fix assertion failure in the r500-fragprog emission path | Marek Olšák | 2010-03-21 | 1 | -3/+2 |
* | r300: blits for small dst pitch work just fine | Maciej Cencora | 2010-03-13 | 1 | -6/+0 |
* | Merge branch '7.8' | Michel Dänzer | 2010-03-12 | 1 | -2/+2 |
|\ |
|
| * | Grammar and spelling fixes | Jeff Smith | 2010-03-12 | 1 | -2/+2 |
| * | r300: don't enable EXT_packed_depth_stencil | Maciej Cencora | 2010-03-08 | 1 | -1/+3 |
| * | r300: allow src and dst BOs to be placed in GTT during blit | Maciej Cencora | 2010-03-08 | 1 | -8/+2 |
| * | r300: reset bos when validating buffers during blit | Maciej Cencora | 2010-03-08 | 1 | -0/+3 |
| * | r300: VAP flush is needed only when vertex program or constants are changed | Maciej Cencora | 2010-03-08 | 4 | -25/+2 |
| * | r300: recalculate point size, if point min/max size changes | Maciej Cencora | 2010-03-08 | 1 | -0/+2 |
| * | r300: no need to flush on context init | Maciej Cencora | 2010-03-08 | 1 | -2/+0 |
| * | r300: remove unnecessary code | Maciej Cencora | 2010-03-08 | 1 | -17/+0 |
* | | r100/r200/r300/r300: only enable accelerated pixel ops with kms | Alex Deucher | 2010-03-12 | 3 | -6/+8 |
* | | r300: enable depth test only if depth buffer is available | Maciej Cencora | 2010-03-10 | 1 | -1/+1 |
* | | r300: don't crash if there's no colorbuffer | Maciej Cencora | 2010-03-09 | 1 | -1/+6 |
* | | r300: add support for more rendering formats | Maciej Cencora | 2010-03-09 | 2 | -17/+79 |
* | | radeon/r200/r300/r600: add is_format_renderable function | Maciej Cencora | 2010-03-09 | 3 | -0/+48 |
* | | r300: enable HW accelerated gl(Read/Copy/Draw)Pixels | Maciej Cencora | 2010-03-09 | 1 | -2/+7 |
* | | radeon: add hw accelerated glReadPixel support (not enabled yet) | Maciej Cencora | 2010-03-09 | 2 | -1/+3 |
* | | radeon: move glGetTexImage handlers to seperate file | Maciej Cencora | 2010-03-07 | 2 | -0/+2 |
* | | radeon: added tiling functions | Maciej Cencora | 2010-03-07 | 3 | -1/+4 |
* | | r300: don't enable EXT_packed_depth_stencil | Maciej Cencora | 2010-03-07 | 1 | -1/+3 |
* | | r300: allow src and dst BOs to be placed in GTT during blit | Maciej Cencora | 2010-03-07 | 1 | -8/+2 |
* | | r300: reset bos when validating buffers during blit | Maciej Cencora | 2010-03-07 | 1 | -0/+3 |
* | | r300: VAP flush is needed only when vertex program or constants are changed | Maciej Cencora | 2010-03-07 | 4 | -25/+2 |
* | | r300: recalculate point size, if point min/max size changes | Maciej Cencora | 2010-03-07 | 1 | -0/+2 |
* | | r300: no need to flush on context init | Maciej Cencora | 2010-03-07 | 1 | -2/+0 |
* | | r300: remove unnecessary code | Maciej Cencora | 2010-03-07 | 1 | -17/+0 |
* | | dri: drop MINIGLX_SOURCES (2) | George Sapountzis | 2010-03-06 | 1 | -1/+0 |
* | | dri: drop MINIGLX_SOURCES | George Sapountzis | 2010-03-06 | 1 | -2/+0 |
|/ |
|
* | r300: make blit code work on swtcl machines. | Dave Airlie | 2010-03-04 | 1 | -5/+18 |
* | r300_blit: initialise whole fp structure to 0 | Dave Airlie | 2010-03-04 | 1 | -0/+1 |
* | radeon/r200/r300/r600: add check_blit vtbl function | Alex Deucher | 2010-03-03 | 3 | -4/+7 |
* | Remove stray defines of HAVE_RGBA | Ian Romanick | 2010-03-03 | 1 | -1/+0 |
* | radeon/r200/r300/r600: fix blit BO buffer validation | Dave Airlie | 2010-03-03 | 1 | -4/+8 |
* | r300: Add asserts to check for null pointer dereferences. | Vinson Lee | 2010-02-27 | 1 | -0/+2 |
* | r300/compiler: Assert that array index is not negative. | Vinson Lee | 2010-02-26 | 1 | -0/+2 |
* | Replace the _mesa_*printf() wrappers with the plain libc versions | Kristian Høgsberg | 2010-02-19 | 3 | -3/+3 |
* | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg | 2010-02-19 | 3 | -4/+4 |
* | mesa: replace _mesa_bzero() with memset() | Brian Paul | 2010-02-19 | 1 | -1/+1 |
* | Remove _mesa_memcmp in favor of plain memcmp. | Kenneth Graunke | 2010-02-19 | 2 | -3/+2 |
* | Remove _mesa_memcpy in favor of plain memcpy. | Kenneth Graunke | 2010-02-19 | 2 | -3/+3 |
* | r300: use new program cloning functions | Brian Paul | 2010-02-14 | 1 | -1/+1 |
* | r300: Silence uninitialized variable warning. | Vinson Lee | 2010-02-14 | 1 | -1/+1 |
* | r300/compiler: r500-fs: Properly set HW register swizzles. | Corbin Simpson | 2010-02-10 | 2 | -3/+14 |
* | radeon: Define EXT_framebuffer_object constants to match hw. | Pauli Nieminen | 2010-02-10 | 1 | -0/+3 |
* | dri_interface: Introduce DRI tokens for the texBuffer texture formats | Kristian Høgsberg | 2010-02-09 | 1 | -4/+4 |
* | r100/r200/r300/r600: Set MaxCombinedTextureImageunits. | Pauli Nieminen | 2010-02-07 | 1 | -0/+4 |
* | r300: Fix emit size prediction to know about primitive splitting. | Pauli Nieminen | 2010-02-06 | 1 | -2/+12 |
* | mesa: change ctx->Driver.ProgramStringNotify() to return GLboolean | Brian Paul | 2010-02-04 | 1 | -2/+5 |
* | r300: fix compiler bugs introduced with MRT changes. | Dave Airlie | 2010-02-03 | 2 | -2/+3 |