summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* i965/blorp: Optimize manual_blend() for compressed multisampled surfaces.Paul Berry2012-07-201-0/+23
* i965/blorp: Fix integer downsampling on Gen7.Paul Berry2012-07-202-11/+55
* i965/blorp: Modify manual_blend() to avoid unnecessary loss of precision.Paul Berry2012-07-201-27/+90
* i965: Add support for AVG instruction.Paul Berry2012-07-202-0/+23
* i965: Replace fs_visitor::kill_emitted with gl_fragment_program::UsesKill.Paul Berry2012-07-202-4/+1
* mesa: Set gl_fragment_program::UsesKill in do_set_program_inouts.Paul Berry2012-07-204-33/+14
* gallium-egl: Move wayland query_buffer implementationKristian Høgsberg2012-07-197-32/+54
* softpipe: Fix segfault with fbo-cubemap.Olivier Galibert2012-07-191-1/+6
* wayland: Support EGL_WIDTH and EGL_HEIGHT queries for wl_bufferKristian Høgsberg2012-07-193-5/+23
* wayland: Use existing EGL_TEXTURE_FORMAT for querying wl_buffer texture formatKristian Høgsberg2012-07-194-55/+46
* gallium-egl: Implement eglQueryWaylandBufferWLKristian Høgsberg2012-07-191-1/+31
* glsl: Remove open coded version of ir_variable::interpolation_string().Kenneth Graunke2012-07-191-15/+1
* i965: Avoid unnecessary recompiles for shaders that don't use dFdy().Paul Berry2012-07-194-14/+10
* glsl: Set UsesDFdy appropriately for GLSL shaders.Paul Berry2012-07-191-5/+17
* mesa: Set UsesDFdy appropriately for assembly programs.Paul Berry2012-07-193-0/+4
* mesa: Add UsesDFdy to struct gl_fragment_program.Paul Berry2012-07-192-0/+3
* drirc: Add disable_blend_func_extended workaround for Unigine OilRush.Kenneth Graunke2012-07-191-0/+6
* i965: Add a driconf option to disable GL_ARB_blend_func_extended.Kenneth Graunke2012-07-194-2/+17
* mesa: remove stale commentBrian Paul2012-07-181-1/+0
* mesa: use gl_program cast wrappersBrian Paul2012-07-186-49/+37
* mesa: add some gl_program cast wrappersBrian Paul2012-07-181-0/+42
* r600g: setup streamout before calling last r600_need_cs_space before drawingMarek Olšák2012-07-181-6/+6
* i965/fs: Make register spill/unspill only do the regs for that instruction.Eric Anholt2012-07-181-33/+33
* i965/fs.h: Refactor tests for instructions modifying a register.Eric Anholt2012-07-184-34/+16
* i965/fs: Replace usage is_tex() with regs_written() checks.Eric Anholt2012-07-181-9/+9
* i965/fs: Rename virtual_grf_next to virtual_grf_count.Eric Anholt2012-07-186-22/+21
* i965/fs: Move a block out of a loop in live variables setup.Eric Anholt2012-07-181-4/+5
* i965/msaa: Disable alpha-to-{coverage, one} when drawbuffer zero is in intege...Anuj Phogat2012-07-181-7/+21
* st/xorg: attach EDID to outputsLucas Stach2012-07-181-1/+36
* st/xorg: remove superfluous memsetLucas Stach2012-07-181-2/+0
* st/xorg: reorder exa context creation and use screen param queriesLucas Stach2012-07-181-7/+8
* softpipe: Take all lods into account when texture sampling.Olivier Galibert2012-07-182-766/+645
* r600g: implement wait-free buffer transfer for DISCARD_RANGEMarek Olšák2012-07-184-16/+50
* r600g: accelerate buffer copyingMarek Olšák2012-07-181-23/+47
* r600g: update R600_MAX_DRAW_CS_DWORDS to take draw-opaque into accountMarek Olšák2012-07-182-4/+2
* r600g: move VGT_STRMOUT_DRAW_OPAQUE_OFFSET initialization into invariant stateMarek Olšák2012-07-183-1/+3
* r600g: only set the index type if drawing is indexedMarek Olšák2012-07-181-4/+5
* r600g: remove debug code for streamoutMarek Olšák2012-07-181-11/+0
* r600g: inline r600_context_draw_opaque_countMarek Olšák2012-07-183-32/+21
* r600g: fix alphatest without a colorbuffer on evergreenMarek Olšák2012-07-181-1/+4
* r600g: fix alphatest without a colorbuffer on r6xx-r7xxMarek Olšák2012-07-181-6/+10
* r600g: always derive alphatest state from the first colorbufferMarek Olšák2012-07-184-14/+22
* r600g: atomize alphatest stateMarek Olšák2012-07-186-46/+52
* r600g: try to fix line stippling with lineloopsMarek Olšák2012-07-181-1/+2
* r600g: optimize uploading depth texturesMarek Olšák2012-07-181-11/+5
* r600g: remove needless wrapper r600_texture_depth_flushMarek Olšák2012-07-183-35/+15
* r600g: init_flushed_depth_texture should be able to report errorsMarek Olšák2012-07-184-18/+11
* msaa: Generate proper error for operations prohibited on MSAA buffers.Paul Berry2012-07-172-3/+3
* gallivm: silence uninitialized variable warningsBrian Paul2012-07-173-3/+6
* r600g: fix lockups with and enable dual source blending on evergreenMarek Olšák2012-07-172-4/+4