summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965
Commit message (Expand)AuthorAgeFilesLines
* 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
* Formatting changes to ease application of patchesIan Romanick2008-08-211-4/+5
* i965: use dri_bo_subdata in vertex upload to get pwrite used.Eric Anholt2008-08-211-26/+25
* i965: fixup format for TFP zero copyDave Airlie2008-08-201-2/+12
* i965: make tex offset override work..Dave Airlie2008-08-201-15/+30
* i965: Enable GL_ARB_fragment_program_shadow and fix key->shadowtex_mask. (bug...Xiang, Haihao2008-08-201-6/+3
* Merge branch 'drm-gem'Eric Anholt2008-08-0830-551/+329
|\
| * intel-gem: Update to new check_aperture API for classic mode.Eric Anholt2008-08-0825-266/+193
| * 965: cleanups to state emission from aperture checking and state ordering.Eric Anholt2008-08-084-46/+3
| * Merge branch 'master' into drm-gemIan Romanick2008-07-2511-33/+38
| |\
| * | Remove redundant initalization of MaxTextureUnitsIan Romanick2008-07-161-1/+0
| * | drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes.Eric Anholt2008-07-112-11/+28
| * | intel: Replace sprinkled intel_batchbuffer_flush with MI_FLUSH or nothing.Eric Anholt2008-06-261-63/+0
| * | Merge commit 'origin/master' into drm-gemEric Anholt2008-06-247-419/+68
| |\ \
| * \ \ Merge commit 'origin/master' into drm-gemEric Anholt2008-06-182-3/+8
| |\ \ \
| * | | | [intel-gem] Chase domain flag renaming in the DRM.Eric Anholt2008-06-1111-26/+26
| * | | | Merge commit 'origin/master' into drm-gemKeith Packard2008-06-032-15/+16
| |\ \ \ \
| * | | | | [intel] Convert drivers to using libdrm bufmgr code.Eric Anholt2008-06-0315-89/+74
| * | | | | Emit a flush after the swapbuffers blit, so contents end up on the screen.Eric Anholt2008-05-231-1/+0
| * | | | | GEM: Remove already-disabled PIPE_CONTROL command.Eric Anholt2008-05-072-35/+0
| * | | | | GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags.Eric Anholt2008-05-0713-29/+42
| * | | | | Add intel_bufmgr_gem for new graphics execution manager.Eric Anholt2008-05-022-1/+2
* | | | | | i965: update TexSrcUnit for OPCODE_TXBXiang, Haihao2008-08-061-0/+5
* | | | | | i965: Use program->SamplerUnits[] to get the appropriate texture unit.Xiang, Haihao2008-08-052-10/+15
| |_|_|_|/ |/| | | |