aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965
Commit message (Expand)AuthorAgeFilesLines
...
* intel: Add missing include file to silence last couple of warnings.Kristian Høgsberg2008-02-251-0/+1
* i965: fix assertion failure caused by commit dd1d66fc4ab5d7064113a2017a431c34...Xiang, Haihao2008-02-251-0/+3
* intel: Merge intel_context.c from i915 and i965.Kristian Høgsberg2008-02-222-831/+14
* Merge {i915,i965}/intel_context.h as intel/intel_context.hKristian Høgsberg2008-02-225-454/+7
* Use drm_i915_sarea instead of drmI830Sarea and remove i830_common.hAlan Hourihane2008-02-222-11/+10
* fix compile for previous commitZou Nan hai2008-02-191-1/+1
* [i965] fix broken glsl texdemo1Zou Nan hai2008-02-191-1/+8
* i965: don't swizzle fogcoord if FogOption is FOG_NONE.Xiang, Haihao2008-02-151-0/+5
* i965: use setup attributes as inputs when allocating registersXiang, Haihao2008-02-143-3/+4
* [i965] flip point spriteZou Nan hai2008-02-141-2/+2
* [i965] gl_FrontFacing supportZou Nan hai2008-02-141-0/+30
* i965: remove unused hal hooksDave Airlie2008-02-145-114/+0
* [965] Fix ARB_occlusion_query from intel_screen.c merge.Eric Anholt2008-02-131-3/+5
* [intel] Fix 965 rendering with non-TTM by merging intel_ioctl between 915/965.Eric Anholt2008-02-131-200/+1
* [965] Remove stale brw_state_cache.c comment and function export.Eric Anholt2008-02-122-33/+12
* [965] Flush icache on new batch, not just new context.Eric Anholt2008-02-071-1/+1
* i965: adjust the byte order of clear color. fix #14165Xiang, Haihao2008-02-051-1/+2
* [965] Convert brw_draw_upload to managing dri_bos, not gl_buffer_objects.Eric Anholt2008-02-044-209/+126
* [965] Remove dead structure in brw_draw_upload.c.Eric Anholt2008-02-041-24/+0
* [965] Move temporary vbo array storage into the function using it.Eric Anholt2008-02-042-38/+25
* [965] Remove dead brw_vertex_element members.Eric Anholt2008-02-042-5/+0
* [965] Add a wrapper around interleaved copy_array_to_vbo_array for profiling.Eric Anholt2008-02-041-7/+18
* [965] Avoid overloaded use of the term 'input' for clarity.Eric Anholt2008-02-041-13/+9
* [965] Replace VEP/VBP state structures with inline batch emits.Eric Anholt2008-02-042-67/+66
* i965: fix potential NULL pointer dereference. The third regionXiang, Haihao2008-02-031-0/+3
* [965] Fix indentation.Eric Anholt2008-02-011-6/+6
* [965] Replace XXX comment about constant swizzle with an assert.Eric Anholt2008-02-012-2/+2
* [965] Fix some indentation in brw_vs_tnl.c.Eric Anholt2008-02-011-6/+6
* i965: Don't emit state if fall back to software rendering. fix #14116Xiang, Haihao2008-02-011-2/+11
* [i965] renable regative rhw testZou Nan hai2008-01-313-16/+12
* i965: new integrated graphics chipset supportXiang, Haihao2008-01-2922-70/+245
* i965: valid message length includes message header.Xiang, Haihao2008-01-251-1/+1
* i965: re-define the type of reg.loopcount.Xiang, Haihao2008-01-251-1/+1
* [965] Fix WM unit cache keying that broke line stipple and polygon offset.Eric Anholt2008-01-191-9/+14
* [965] Do a little bit rotation in state hash to reduce collisions.Eric Anholt2008-01-181-2/+16
* [intel] Make the no_rast option be standard driconf instead of INTEL_NO_RAST.Eric Anholt2008-01-171-1/+1
* [965] Fix whitespace in c9b1fef0c9c5018efd825c42782f19ad0618696aEric Anholt2008-01-171-4/+4
* [965] Fix potential segfaults from bad realloc.Eric Anholt2008-01-171-1/+4
* i965: always call dri_emit_reloc when creating clip unit stateXiang, Haihao2008-01-171-8/+7
* [965] Fix inversion of SLT/SGE results in vertex programs.Eric Anholt2008-01-162-6/+3
* [965] Rename depth_mask in CC key to depth_write, since it's a boolean enable.Eric Anholt2008-01-161-4/+3
* [965] Fix the type of alpha_ref in CC key, fixing ppracer rendering.Eric Anholt2008-01-161-1/+1
* i965: fix an assert fail in brw_new_batchZou Nan hai2008-01-151-2/+4
* [965] Force a new vertex upload buffer at new batch time.Eric Anholt2008-01-142-1/+6
* [965] Remove an open-coded memcpy.Eric Anholt2008-01-101-4/+4
* [965] Improve performance by allocating CURBE buffers a page at a time.Eric Anholt2008-01-103-9/+33
* [intel] Only flush batch when changing draw buffers, not every cliprect update.Eric Anholt2008-01-101-0/+1
* [intel] Add more cliprect modes to cover other meanings for batch emits.Eric Anholt2008-01-1010-16/+42
* i965: fix bug #14002Xiang, Haihao2008-01-101-2/+3
* i965: fix segfault caused by commit e131c46b20241737ceba4856dbe01dcca6dd2c03.Xiang, Haihao2008-01-101-15/+15