Age | Commit message (Expand) | Author |
2010-05-02 | Merge branch 'gles2-2' | Kristian Høgsberg |
2010-04-28 | dri: Add DRI entrypoints to create a context for a given API | Kristian Høgsberg |
2010-04-26 | r600: add support for more rendering formats | Alex Deucher |
2010-04-26 | r600: avoid setting invalid bit on r7xx for blits | Alex Deucher |
2010-04-26 | r600: enable VERT_RESULT_PSIZ - makes point size & attenuation work | Andre Maasikas |
2010-04-26 | r600: adjust point sprites after 911fa4a4a1 | Andre Maasikas |
2010-04-23 | Merge remote branch 'origin/7.8' | Jerome Glisse |
2010-04-23 | r600: don't enable depth test if there is no depth buffer | Jerome Glisse |
2010-03-24 | r100/r200/r300/r600: enable accel for Copy/DrawPixels without kms | Alex Deucher |
2010-03-17 | Merge branch '7.8' into master | Pauli Nieminen |
2010-03-16 | Correct GL_EQUIV code in r67/7xx. | Matthew W. S. Bell |
2010-03-12 | Merge branch '7.8' | Michel Dänzer |
2010-03-12 | r100/r200/r300/r300: only enable accelerated pixel ops with kms | Alex Deucher |
2010-03-12 | dri/r700: include shader/programopt.h instead of programopt.c. | Luc Verhaegen |
2010-03-10 | radeon/r200/r600: enable HW accelerated gl(Read/Copy/Draw)Pixels | Alex Deucher |
2010-03-09 | radeon/r200/r300/r600: add is_format_renderable function | Maciej Cencora |
2010-03-09 | radeon: add hw accelerated glReadPixel support (not enabled yet) | Maciej Cencora |
2010-03-08 | Merge branch '7.8' | Brian Paul |
2010-03-08 | r600: enable GL_ARB_pixel_buffer_object | Alex Deucher |
2010-03-08 | radeon/r200/r600: allow src and dst BOs to be placed in GTT during blit | Alex Deucher |
2010-03-08 | radeon/r200/r600: reset bos when validating buffers during blit | Alex Deucher |
2010-03-08 | r600: recalculate point size, if point min/max size changes | Alex Deucher |
2010-03-08 | r600: no need to flush on context init | Alex Deucher |
2010-03-08 | radeon/r200/r600: allow src and dst BOs to be placed in GTT during blit | Alex Deucher |
2010-03-08 | radeon/r200/r600: reset bos when validating buffers during blit | Alex Deucher |
2010-03-08 | r600: recalculate point size, if point min/max size changes | Alex Deucher |
2010-03-08 | r600: no need to flush on context init | Alex Deucher |
2010-03-07 | radeon: move glGetTexImage handlers to seperate file | Maciej Cencora |
2010-03-07 | radeon: added tiling functions | Maciej Cencora |
2010-03-06 | dri: drop MINIGLX_SOURCES (2) | George Sapountzis |
2010-03-06 | dri: drop MINIGLX_SOURCES | George Sapountzis |
2010-03-03 | radeon/r200/r300/r600: add check_blit vtbl function | Alex Deucher |
2010-03-03 | radeon/r200/r300/r600: fix blit BO buffer validation | Dave Airlie |
2010-03-02 | r600: fix blender picking. | Dave Airlie |
2010-02-27 | r600: Assert pointer is not null before dereferencing. | Vinson Lee |
2010-02-26 | r600: enable OQ on rv740 on drms with working pipe config | Alex Deucher |
2010-02-26 | r600: fail to validate unsupported texture formats | Klaus Schnass |
2010-02-24 | r600: proper fix for 15601835361e2fdd34b38b265cfc3007749ee24d | Alex Deucher |
2010-02-24 | r600: Assert that array index is not negative. | Vinson Lee |
2010-02-19 | Replace the _mesa_*printf() wrappers with the plain libc versions | Kristian Høgsberg |
2010-02-19 | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg |
2010-02-19 | Remove _mesa_memcpy in favor of plain memcpy. | Kenneth Graunke |
2010-02-14 | r600: use new program cloning functions | Brian Paul |
2010-02-14 | r600: Silence uninitialized variable warnings. | Vinson Lee |
2010-02-14 | r600: Silence uninitialized variable warning. | Vinson Lee |
2010-02-12 | Revert "r600c: substract vbo offset to vbo size" | Jerome Glisse |
2010-02-12 | r600c: substract vbo offset to vbo size | Jerome Glisse |
2010-02-12 | r600: be more exact in vb size calculation | Andre Maasikas |
2010-02-12 | r600: support GL_SHORT attributes | Andre Maasikas |
2010-02-10 | r600: Fix typo in __DRI_TEXTURE_FORMAT_RGBA rename | Kristian Høgsberg |