summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965
Commit message (Expand)AuthorAgeFilesLines
* i965: Upload state on primitive switch, don't just prepare it.Eric Anholt2008-11-121-0/+1
* i965: Fix VB refcount leak on aperture overflow.Eric Anholt2008-11-121-0/+1
* i965: Fix up VS max_threads for G4X and removing a magic number.Eric Anholt2008-11-121-2/+14
* i965: Fix up SF max_threads.Eric Anholt2008-11-121-1/+2
* i965: Fix up clip min_nr_entries, preferred_nr_entries, and max_threads.Eric Anholt2008-11-122-2/+16
* i965: Update WM maximum threads for G4X.Eric Anholt2008-11-121-2/+7
* i965: Add a big comment explaining my understanding of URB management.Eric Anholt2008-11-121-1/+38
* mesa: rename OPCODE_INT -> OPCODE_TRUNCBrian Paul2008-11-061-4/+4
* i965: Always check vertex program.Xiang, Haihao2008-11-061-1/+4
* i965: Implement missing OPCODE_NOISE3 instruction in fragment shaders.Gary Wong2008-11-052-10/+335
* i965: Clean up stale NDC comment.Eric Anholt2008-11-021-2/+1
* i965: Avoid vs header computation for negative rhw on G4X.Eric Anholt2008-11-021-3/+3
* i965: Merge GM45 into the G4X chipset define.Eric Anholt2008-11-028-22/+21
* i965: Fix copy'n'paste issue that made brw->urb.constrained useless.Eric Anholt2008-11-021-3/+7
* Fix for 58dc8b7: dest regions must not use HorzStride 0 in ExecSize 1Keith Packard2008-11-011-0/+4
* i965: implement the missing OPCODE_NOISE1 and OPCODE_NOISE2 instructions.Gary Wong2008-10-312-3/+405
* i965: support destination horiz strides in align1 access mode.Gary Wong2008-10-312-3/+3
* i965: Fix check_aperture calls to cover everything needed for the prim at once.Eric Anholt2008-10-289-81/+133
* intel: Don't keep intel->pClipRects, and instead just calculate it when needed.Eric Anholt2008-10-284-13/+39
* i965: Allocate temporaries contiguously with other regs in fragment shaders.Gary Wong2008-10-282-3/+7
* i965: Fix compiler warning from unused var.Eric Anholt2008-10-271-1/+0
* i965: Remove dead brw->wrap flag.Eric Anholt2008-10-273-6/+0
* i965: don't emit state when dri_bufmgr_check_aperture_space fails.Xiang, Haihao2008-10-242-4/+12
* i965: Add missing intel_pixel_draw.c symlink to fix build.Eric Anholt2008-10-101-0/+1
* i965: Accelerate depth textures with border color.Eric Anholt2008-10-092-6/+20
* i965: Actually hook up the accelerated DrawPixels support.Eric Anholt2008-10-091-1/+2
* i965: Add ARB_occlusion_query support.Eric Anholt2008-10-077-3/+310
* i965: Fix a potential assertion failure.Xiang, Haihao2008-10-081-2/+4
* i965: sampler default color ends up in texture cache, not instructions.Eric Anholt2008-10-011-1/+1
* i965: Fix overwriting of depth override for SetTexOffset.Eric Anholt2008-10-011-1/+0
* Remove TNL-to-VP tracking from i965Ian Romanick2008-09-287-1665/+2
* intel: Fix a number of memory leaks on context destroy.Eric Anholt2008-09-263-2/+47
* i965: support for sin() and cos() in vertex shaders.Sam Hocevar2008-09-251-0/+6
* i965: more meaningful message for unsupported opcodes.Sam Hocevar2008-09-252-3/+8
* i965: Cope with batch getting flushed in the middle of batchbuffer emits.Eric Anholt2008-09-235-12/+14
* i965: Adapt to new TNL program tracking semanticsIan Romanick2008-09-221-1/+2
* i965: fix compilationBenjamin Close2008-09-221-2/+3
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-1842-114/+117
* intel: track move of bo_exec from drivers to bufmgr.Eric Anholt2008-09-105-5/+0
* intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.Eric Anholt2008-09-1011-73/+72
* intel: Fix depth_stencil texture.Xiang, Haihao2008-09-041-1/+1
* intel: Fix refcounting on depth buffer initialization in DRI2.Eric Anholt2008-09-031-15/+3
* DRI2: Drop sarea, implement swap buffers in the X server.Kristian Høgsberg2008-08-291-3/+15
* i965: force thread switch after IF/ELSE/ENDIF. partial fix for #16882.Xiang, Haihao2008-08-291-0/+5
* i965: mask control for BREAK/CONT/DO/WHILE. partial fix fox #16882Xiang, Haihao2008-08-291-4/+4
* i965: Push/pop instruction state. partial fix for #16882Xiang, Haihao2008-08-291-2/+2
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-2430-514/+317
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-2430-317/+514
* 965: Fix incorrect backface cullingKrzysztof Czurylo2008-08-214-15/+29
* 965: Fix color clamping issuesKrzysztof Czurylo2008-08-211-0/+21