Age | Commit message (Expand) | Author |
2010-06-08 | intel: Flag NEW_BUFFERS when changing draw buffers. | Eric Anholt |
2010-06-08 | intel: Convert remaining dri_bo_emit_reloc to drm_intel_bo_emit_reloc. | Eric Anholt |
2010-06-08 | intel: Change dri_bo_* to drm_intel_bo* to consistently use new API. | Eric Anholt |
2010-06-08 | intel: Clean up stale comments in intel_batchbuffer.c. | Eric Anholt |
2010-06-08 | intel: Remove the non-gem paths for batchbuffer upload. | Eric Anholt |
2010-06-08 | intel: Update comment in intel_tex_copy from before miptree x/y rework. | Eric Anholt |
2010-06-08 | r600: Make next_inst() static. | Henri Verbeet |
2010-06-08 | r600: Assert output registers have a valid export index. | Henri Verbeet |
2010-06-08 | r600: Process exports for all written fragment outputs. | Henri Verbeet |
2010-06-08 | r600: Fill uiFP_OutputMap for all written fragment outputs. | Henri Verbeet |
2010-06-05 | r300compiler: fix scons build | Joakim Sindholt |
2010-06-05 | i915: Only emit a MI_FLUSH when the drawing rectangle offset changes. | Chris Wilson |
2010-06-05 | i915: Fix off-by-one for drawing rectangle. | Chris Wilson |
2010-06-05 | i915: Inhibit render cache flush when changing drawing rectangle offset. | Chris Wilson |
2010-06-05 | r300/compiler: implement SIN+COS+SCS for vertex shaders | Marek Olšák |
2010-06-05 | r300/compiler: implement SNE unwound for r3xx VS, natively for r5xx VS | Marek Olšák |
2010-06-05 | r300/compiler: implement SEQ unwound for r3xx VS, natively for r5xx VS | Marek Olšák |
2010-06-05 | r300/compiler: implement SFL for vertex shaders | Marek Olšák |
2010-06-04 | i915: Don't use XRGB8888 on 830 and 845. | Eric Anholt |
2010-06-04 | i915: Clamp minimum lod to maximum texture level too. | Eric Anholt |
2010-06-04 | intel: Fix intel_compressed_num_bytes for FXT1 after I broke it. | Eric Anholt |
2010-06-03 | r300/compiler: print opcode names instead of numbers | Marek Olšák |
2010-06-02 | dri/swrast: Remove unnecessary header. | Vinson Lee |
2010-06-02 | intel: Remove a leftover DRI1/DRI2 conditional | Kristian Høgsberg |
2010-06-01 | intel: Fallback to meta if we're asked to CopyTexImage2D from RGB to RGBA | Kristian Høgsberg |
2010-05-31 | swrast: add TFP support to swrast. | Dave Airlie |
2010-05-31 | gallium: fix TFP on gallium | Dave Airlie |
2010-05-31 | intel: Initialize batch->reserved_space on allocation | Chris Wilson |
2010-05-29 | r300: fix blits for textures of width/height greater than 2048 on r5xx | Marek Olšák |
2010-05-28 | i965: Add cache unit -> bo name mapping for more gen6 state objects. | Eric Anholt |
2010-05-28 | i965: fix PIPE_CONTROL command for gen6. | Zou Nan hai |
2010-05-26 | Enable hardware mipmap generation for radeon. | Will Dyson |
2010-05-26 | Fix image_matches_texture_obj() MaxLevel check | Will Dyson |
2010-05-26 | Fallback to software render if there is no miptree for an image | Will Dyson |
2010-05-26 | i965: Add support for EXT_timer_query on Ironlake. | Eric Anholt |
2010-05-26 | intel: Handle decode of PIPE_CONTROL instructions. | Eric Anholt |
2010-05-26 | i965: Move Gen6 debugging emit_mi_flush into the Gen6 block. | Eric Anholt |
2010-05-26 | i965: Don't PIPE_CONTROL instruction cache flush. | Eric Anholt |
2010-05-26 | i965: Emit MI_FLUSH before PSP on Ironlake for clip max threads errata. | Eric Anholt |
2010-05-26 | r300/compiler: implement SGT+SLE opcodes | Marek Olšák |
2010-05-26 | r300/compiler: fix dumping r5xx vertex shaders | Marek Olšák |
2010-05-26 | r300/compiler: move hardware caps to the radeon_compiler base struct | Marek Olšák |
2010-05-26 | r300/compiler: shorten swizzle expressions | Marek Olšák |
2010-05-23 | i965: Add support for all 8 possible ARB_draw_buffers in Mesa. | Eric Anholt |
2010-05-23 | i965: Fix bit allocation for number of color regions for ARB_draw_buffers. | Eric Anholt |
2010-05-20 | i965: remove disabled code for cycling through MRF registers in clipping. | Eric Anholt |
2010-05-20 | intel: Throttle after doing copyregion/swapbuffers round trip | Kristian Høgsberg |
2010-05-19 | r300/compiler: Implement constant folding | Nicolai Hähnle |
2010-05-19 | r300/compiler: Emit 0.5 swizzle when necessary. | Tom Stellard |
2010-05-18 | i965: Remove constant or ignored-by-hw args from FF sync message setup. | Eric Anholt |