i915: Texture instructions use r/t/oC/oD register as texture coordinate.
[mesa.git] / src / mesa / drivers / dri / i965 /
2008-03-17 Andrzej Trznadel[965] Fix fp temp reg release code to not usually relea...
2008-03-17 Zou Nan hai[i965] round pointsize to nearest int according to...
2008-03-17 Zou Nan hai [i965] fix wpos height 1 pixel higher
2008-03-14 Xiang, Haihaointel: fix abort issue with shadowtex demo when use
2008-03-13 Zou Nan hai [i965] multiple rendering target support
2008-03-07 Zou Nan hai [i965] fix fd.o bug #11471 and #11478
2008-03-06 Xiang, Haihaoi965: Fix double free issue to pass glean/maskedClear...
2008-03-06 Xiang, Haihaoi965:fix segfault issue when clearing the window which
2008-02-29 Xiang, Haihaoi965: use _Current pointer instead of Current pointer.
2008-02-29 Eric Anholt[965] Fix conditional sequencing to allow the frame_buf...
2008-02-28 Eric Anholt[965] Bug #9151: make fragment.position return window...
2008-02-28 Eric Anholt[965] Fix serious copy'n'paste failure in brw state...
2008-02-27 Kristian Høgsbergintel: Always use intelInitExtensions() for initializin...
2008-02-26 Kristian Høgsbergi965: Setup framebuffer texture in meta_draw_region.
2008-02-26 Eric Anholt[965] Don't segfault on INTEL_DEBUG=batch when a surfac...
2008-02-26 Eric Anholt[965] remove dead brw_parameter_list_state_flags.
2008-02-26 Kristian Høgsbergintel: Add missing include file to silence last couple...
2008-02-25 Xiang, Haihaoi965: fix assertion failure caused by commit dd1d66fc4a...
2008-02-23 Kristian Høgsbergintel: Merge intel_context.c from i915 and i965.
2008-02-22 Kristian HøgsbergMerge {i915,i965}/intel_context.h as intel/intel_context.h
2008-02-22 Alan HourihaneUse drm_i915_sarea instead of drmI830Sarea and remove...
2008-02-19 Zou Nan hai fix compile for previous commit
2008-02-19 Zou Nan hai[i965] fix broken glsl texdemo1
2008-02-15 Xiang, Haihaoi965: don't swizzle fogcoord if FogOption is FOG_NONE.
2008-02-14 Xiang, Haihaoi965: use setup attributes as inputs when allocating...
2008-02-14 Zou Nan hai[i965] flip point sprite
2008-02-14 Zou Nan hai[i965] gl_FrontFacing support
2008-02-14 Dave Airliei965: remove unused hal hooks
2008-02-14 Eric Anholt[965] Fix ARB_occlusion_query from intel_screen.c merge.
2008-02-13 Eric Anholt[intel] Fix 965 rendering with non-TTM by merging intel...
2008-02-13 Eric Anholt[965] Remove stale brw_state_cache.c comment and functi...
2008-02-07 Eric Anholt[965] Flush icache on new batch, not just new context.
2008-02-05 Xiang, Haihaoi965: adjust the byte order of clear color. fix #14165
2008-02-05 Eric Anholt[965] Convert brw_draw_upload to managing dri_bos,...
2008-02-05 Eric Anholt[965] Remove dead structure in brw_draw_upload.c.
2008-02-05 Eric Anholt[965] Move temporary vbo array storage into the functio...
2008-02-05 Eric Anholt[965] Remove dead brw_vertex_element members.
2008-02-05 Eric Anholt[965] Add a wrapper around interleaved copy_array_to_vb...
2008-02-05 Eric Anholt[965] Avoid overloaded use of the term 'input' for...
2008-02-05 Eric Anholt[965] Replace VEP/VBP state structures with inline...
2008-02-03 Xiang, Haihaoi965: fix potential NULL pointer dereference. The third...
2008-02-02 Eric Anholt[965] Fix indentation.
2008-02-02 Eric Anholt[965] Replace XXX comment about constant swizzle with...
2008-02-02 Eric Anholt[965] Fix some indentation in brw_vs_tnl.c.
2008-02-01 Xiang, Haihaoi965: Don't emit state if fall back to software renderi...
2008-01-31 Zou Nan hai[i965] renable regative rhw test
2008-01-29 Xiang, Haihaoi965: new integrated graphics chipset support
2008-01-25 Xiang, Haihaoi965: valid message length includes message header.
2008-01-25 Xiang, Haihaoi965: re-define the type of reg.loopcount.
2008-01-20 Eric Anholt[965] Fix WM unit cache keying that broke line stipple...
2008-01-18 Eric Anholt[965] Do a little bit rotation in state hash to reduce...
2008-01-17 Eric Anholt[intel] Make the no_rast option be standard driconf...
2008-01-17 Eric Anholt[965] Fix whitespace in c9b1fef0c9c5018efd825c42782f19a...
2008-01-17 Eric Anholt[965] Fix potential segfaults from bad realloc.
2008-01-17 Xiang, Haihaoi965: always call dri_emit_reloc when creating clip...
2008-01-16 Eric Anholt[965] Fix inversion of SLT/SGE results in vertex programs.
2008-01-16 Eric Anholt[965] Rename depth_mask in CC key to depth_write, since...
2008-01-16 Eric Anholt[965] Fix the type of alpha_ref in CC key, fixing pprac...
2008-01-15 Zou Nan hai i965: fix an assert fail in brw_new_batch
2008-01-14 Eric Anholt[965] Force a new vertex upload buffer at new batch...
2008-01-10 Eric Anholt[965] Remove an open-coded memcpy.
2008-01-10 Eric Anholt[965] Improve performance by allocating CURBE buffers...
2008-01-10 Eric Anholt[intel] Only flush batch when changing draw buffers...
2008-01-10 Eric Anholt[intel] Add more cliprect modes to cover other meanings...
2008-01-10 Xiang, Haihaoi965: fix bug #14002
2008-01-10 Xiang, Haihaoi965: fix segfault caused by commit e131c46b20241737ceb...
2008-01-09 Eric Anholt[965] Allow more than one draw_prims per batchbuffer.
2008-01-09 Eric Anholt[965] Replace the always_update dirty flag with BRW_NEW...
2008-01-09 Eric Anholt[intel] Rename lost_hardware vtbl entry to new_batch.
2008-01-09 Eric Anholt[965] Remove drawing rect upload, which is handled...
2008-01-09 Eric Anholt[intel] Clean up cliprect handling in intel drivers.
2008-01-09 Eric Anholt[intel] Remove the dead intel->need_flush member.
2008-01-09 Eric Anholt[965] Clarify a bit of index buffer upload code.
2008-01-07 BrianReplace gl_framebuffer's _ColorDrawBufferMask with...
2008-01-06 BrianSimplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers...
2008-01-03 Eric Anholt[intel] Convert relocations to not be cleared out on...
2008-01-03 Eric Anholt[965] Fix some missing initialization in WM keys.
2008-01-02 Eric Anholt[965] Convert WM unit to use a cache key instead of...
2008-01-02 Eric Anholt[965] Convert VS unit to use a cache key instead of...
2008-01-02 Eric Anholt[965] Convert SF unit to use a cache key instead of...
2008-01-02 Eric Anholt[965] Convert GS unit to use a cache key instead of...
2008-01-02 Eric Anholt[965] Convert clip unit to use a cache key instead...
2008-01-02 Eric Anholt[965] Convert CC unit to use a cache key instead of...
2008-01-02 Eric Anholt[965] Convert surface state to use a cache key instead...
2008-01-02 Eric Anholt[965] Convert sampler state to use a cache key instead...
2008-01-02 Eric Anholt[965] Improve performance by including reloc target...
2007-12-29 Zou Nan haifix fd.o bug #13847
2007-12-26 Dan NicholsonMerge branch 'master' into autoconf2
2007-12-21 Eric Anholt[965] Fix and enable separate stencil.
2007-12-21 Eric Anholt[intel] Move some pixel path support from drivers to...
2007-12-21 Xiang, Haihaointel: cast a pointer to unsigned long, avoid potential...
2007-12-20 Eric Anholt[965] Enable EXT_framebuffer_object.
2007-12-20 Eric Anholt[965] Actually enable SGIS_generate_mipmap.
2007-12-19 Xiang, Haihaoi965: allocate GRF registers before building subroutines,
2007-12-19 Xiang, Haihaoi965: restore the flag after building the subroutine...
2007-12-18 Keith Packard[INTEL] Fix 965 to use new centralized mipmap pitch...
2007-12-18 Eric Anholt[965] Allow draw or depth regions to be NULL.
2007-12-17 Eric Anholt[965] Simplify scissor handling by using DrawBuffer...
2007-12-17 Eric Anholt[965] fix bad conflict resolution in debug code.
2007-12-17 Eric Anholt[965] Replace our own depth constants in intel context...
next