summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* i965: Add texrect scale parameters before pointers to ParameterValues.Eric Anholt2012-12-283-0/+24
* i965: Fix a typo in a comment.Eric Anholt2012-12-281-1/+1
* i965: Add a note about a bug from the no-recompile-on-sampler-updates change.Eric Anholt2012-12-281-0/+4
* mesa: add missing texel fetch code for sRGB DXT formatsBrian Paul2012-12-262-0/+86
* i965: Fix border color handling for deprecated SNORM formats.Eric Anholt2012-12-261-2/+29
* i965: Start using HIZ for Z16 textures.Eric Anholt2012-12-261-0/+1
* intel: Use the parent miptree's format for setting up HiZ miptrees.Eric Anholt2012-12-261-1/+1
* intel: Remove a couple of dead function prototypes.Eric Anholt2012-12-221-5/+0
* i965: Add perf debug for depth/stencil alignment workaround.Eric Anholt2012-12-221-0/+16
* i965: Assert that relayout laid out something that won't need it again.Eric Anholt2012-12-221-0/+6
* i965: Also fix validation of Z32F_S8 textures.Eric Anholt2012-12-221-0/+2
* i965: Fix validation of ETC miptrees.Eric Anholt2012-12-221-5/+7
* qi965: Add perf debug for texture relayout.Eric Anholt2012-12-221-0/+5
* i965: Fix hiz resolves getting stomped by depth offset validation.Eric Anholt2012-12-221-5/+5
* r600g: rename GPU_FLUSH -> INVAL_READ_CACHESMarek Olšák2012-12-225-11/+11
* r600g: remove redundant parameter alloc_bo from r600_texture_create_objectMarek Olšák2012-12-221-6/+5
* Make IsVertexArray() return false before BindVertexArray()Matt Turner2012-12-212-4/+6
* Make IsTransformFeedback() return false before BindTransformFeedback()Matt Turner2012-12-212-3/+11
* nouveau: deal with tbo cap for now.Dave Airlie2012-12-223-0/+3
* r600g: always use a tiled resource as the destination of MSAA resolveMarek Olšák2012-12-213-8/+16
* winsys/radeon: the env var RADEON_NOOP can be used to skip CS ioctlsMarek Olšák2012-12-211-1/+4
* r600g: remove a false commentMarek Olšák2012-12-211-1/+0
* r600g: don't suspend TIME_ELAPSED queries during flushingMarek Olšák2012-12-214-54/+8
* gallium/tests: fix build breakage after pipe_surface::usage removalMarek Olšák2012-12-211-1/+0
* mesa: add bounds checking for uniform array accessFrank Henigman2012-12-211-13/+13
* util/u_format: Round when converting depth values from float to z16_unorm.José Fonseca2012-12-211-1/+1
* r600g: add cs tracing infrastructure for lockup pin pointingJerome Glisse2012-12-205-2/+106
* r600g: add htile support v16Jerome Glisse2012-12-2010-24/+221
* r600g: rework flusing and synchronization pattern v7Jerome Glisse2012-12-208-162/+89
* mesa: Allow glReadBuffer(GL_NONE) for winsys framebuffers.Paul Berry2012-12-201-2/+2
* llvmpipe: Drop PIPE_QUERY_TIME_ELAPSED support.José Fonseca2012-12-203-13/+1
* mesa/st: Implement GL_TIME_ELAPSED w/ PIPE_QUERY_TIMESTAMP.José Fonseca2012-12-204-22/+79
* gallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/José Fonseca2012-12-2014-15/+15
* r600g: add assertions to prevent creation of invalid surfacesMarek Olšák2012-12-203-16/+18
* r600g: refactor and make streamout dumping more informativeMarek Olšák2012-12-201-12/+21
* r600g: try to fix streamout for the cases where BURST_COUNT > 0Marek Olšák2012-12-201-1/+1
* r600g: lower stream outputs with dst_offset < start_componentMarek Olšák2012-12-201-7/+47
* r600g: use r600_get_temp to get temporaries for CLIPDIST shader outputsMarek Olšák2012-12-201-3/+11
* softpipe: fix up FS variant unbinding / deletionBrian Paul2012-12-193-11/+9
* softpipe: fix unreliable FS variant binding bugBrian Paul2012-12-193-14/+10
* Revert "r600g: work around ddx over alignment"Jerome Glisse2012-12-191-9/+3
* r600g: work around ddx over alignmentJerome Glisse2012-12-181-3/+9
* i965: Fix gl_VertexID when there are no other vertex inputs.Paul Berry2012-12-181-3/+3
* mesa: Make a function is_transform_feedback_active_and_unpaused.Paul Berry2012-12-189-31/+29
* mesa: Fix corner cases of BindBufferBase with transform feedback.Paul Berry2012-12-183-17/+68
* mesa/gles3: Generate error on draw call if transform feedback would overflow.Paul Berry2012-12-183-1/+80
* mesa/gles3: Generate error on DrawElements* calls if transform feedback active.Paul Berry2012-12-181-0/+45
* mesa: refactor _mesa_compute_max_transform_feedback_vertices from i965.Paul Berry2012-12-183-12/+38
* mesa: Change args to vbo_count_tessellated_primitives.Paul Berry2012-12-183-17/+24
* radeon/llvm: improve cube map handlingVadim Girlin2012-12-184-22/+84