Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-24 | r100/r200/r300/r600: enable accel for Copy/DrawPixels without kms | Alex Deucher | |
meta ops should work ok without kms. | |||
2010-03-17 | Merge branch '7.8' into master | Pauli Nieminen | |
Conflicts: Makefile src/mesa/main/version.h | |||
2010-03-16 | Correct GL_EQUIV code in r67/7xx. | Matthew W. S. Bell | |
From 247e121106e8d3e389f2e5a6edf13ea70ac18df7 Mon Sep 17 00:00:00 2001 These seem to be documented in <http://www.svgopen.org/2003/papers/RasterOperationsUsingFilterElements/index.html>. | |||
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 | |
fixes fdo bug 27043 | |||
2010-03-12 | dri/r700: include shader/programopt.h instead of programopt.c. | Luc Verhaegen | |
Signed-off-by: Brian Paul <brianp@vmware.com> | |||
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 | |
Check if the native blit formats are supported, if not, attempt to use an alternate format. Skip 3, >4 bpp as per comments from mcencora on irc. Signed-off-by: Alex Deucher <alexdeucher@gmail.com> | |||
2010-03-03 | radeon/r200/r300/r600: fix blit BO buffer validation | Dave Airlie | |
there is no need for these to be persistent since we flush the CS at the end of the blit, and we don't reuse these buffers at all. on my r600 the Wine DX9 test suite doesn't crash at least anymore. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2010-03-02 | r600: fix blender picking. | Dave Airlie | |
This fixes the sw fallback for GL_SELECT picking modes. Fixes object picking blender + depthpick test http://bugs.freedesktop.org/show_bug.cgi?id=26419 Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
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 | |
PRE_EMIT_STATE_BUFSZ accounts for the start 3d, idle, cd/db flush not for state. The relocs for CB_COLOR0_FRAG & CB_COLOR0_TILE are part of the render target state. | |||
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 | |
This may break the SUNOS4 build, but it's no longer relevant. | |||
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 | |
This reverts commit 325614a882f5371da512536e07c443a172ffb87c. Ok this was already fixed this commit actualy broke things | |||
2010-02-12 | r600c: substract vbo offset to vbo size | Jerome Glisse | |
To avoid kernel complaining and to set proper boundary on vbo, substract the vbo offset to the vbo size. | |||
2010-02-12 | r600: be more exact in vb size calculation | Andre Maasikas | |
to make kernel cs checker happier, last attribs don't need full stride of space. Calculate as count-1*stride + size of attrib | |||
2010-02-12 | r600: support GL_SHORT attributes | Andre Maasikas | |
normalized seems to work with this setting. | |||
2010-02-10 | r600: Fix typo in __DRI_TEXTURE_FORMAT_RGBA rename | Kristian Høgsberg | |
Oops, I n00bed it. | |||
2010-02-10 | radeon: Define EXT_framebuffer_object constants to match hw. | Pauli Nieminen | |
This hides the assertion failure in glean/fbo test. Underlying problem when same texture is set twice to different attachments will cause assertion. | |||
2010-02-09 | dri_interface: Introduce DRI tokens for the texBuffer texture formats | Kristian Høgsberg | |
This used to take GLX tokens, but the DRI interface can't depend on GLX defines. We fix this by introducing DRI tokens that have the same value as the GLX texture format tokens. | |||
2010-02-07 | r100/r200/r300/r600: Set MaxCombinedTextureImageunits. | Pauli Nieminen | |
Fixes glActiveTexture to set GL_INVALID_ENUM when trying to activate texture unit that is not available. piglit test case general/texunit passes now. | |||
2010-02-04 | mesa: change ctx->Driver.ProgramStringNotify() to return GLboolean | Brian Paul | |
GL_TRUE indicates that the driver accepts the program. GL_FALSE indicates the program can't be compiled/translated by the driver for some reason (too many resources used, etc). Propogate this result up to the GL API: set GL_INVALID_OPERATION error if glProgramString() was called. Set shader program link status to GL_FALSE if glLinkProgram() was called. At this point, drivers still don't do any program checking and always return GL_TRUE. | |||
2010-02-04 | r600: reduce number of cache flushes | Alex Deucher | |
We don't need to flush so often. Next step would be to move the flushing to the drm and only flush after each command buffer rather than each draw. | |||
2010-01-31 | r600: Remove duplicate assignment. | Vinson Lee | |
2010-01-30 | r600: Remove unnecessary headers. | Vinson Lee | |
2010-01-27 | r600: fix warning | Alex Deucher | |