i965: Start adding the VS visitor and codegen.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_context.h
2011-08-16 Eric Anholti965: Start adding the VS visitor and codegen.
2011-08-10 Eric Anholti965/fs: Factor out the register allocator setup to...
2011-08-05 Eric Anholti965: Add dumping for gen6 WM constants too.
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-13 Christian KönigMerge branch 'pipe-video'
2011-07-13 Stéphane MarchesinMerge branch 'master' of ssh://git.freedesktop.org...
2011-07-11 Eric Anholti965/gen6: Add state dumping for the VS constants.
2011-07-11 Eric Anholti965: Track the brw_state_batch() data while under...
2011-07-11 Eric Anholti965: Add a type argument to brw_state_batch().
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-28 Eric Anholti965: Reissue PIPELINE_POINTERS and BINDING_TABLE_POINT...
2011-06-24 Eric Anholti965: Reuse existing program data when a new compiled...
2011-06-18 Eric Anholti965: Use state streaming on programs, and state base...
2011-06-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-27 Eric Anholti965/fs: Move the computation of register block count...
2011-05-21 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-18 Eric Anholti965: Stop caching the combined depth/stencil region...
2011-05-18 Kenneth Graunkei965: Split BRW_NEW_BINDING_TABLE dirty bit into one...
2011-05-18 Kenneth Graunkei965: Initial Ivybridge URB space partitioning, includi...
2011-05-18 Kenneth Graunkei965: Rename max_vs_handles to max_vs_entries for consi...
2011-05-18 Kenneth Graunkei965: Convert BRW_NEW_* dirty bits to use an enum.
2011-05-07 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-04-29 Eric Anholti965: Remove dead entrypoints to state cache, rename...
2011-04-29 Eric Anholti965/gen4: Move the GS state to state streaming.
2011-04-29 Eric Anholti965/gen4: Move clip state to state streaming
2011-04-29 Eric Anholti965/gen4: Move VS state to state streaming.
2011-04-29 Eric Anholti965/gen6: Move scissor state to state streaming.
2011-04-29 Eric Anholti965: Move sampler state to state streaming.
2011-04-29 Eric Anholti965/gen4: Move WM state to state streaming.
2011-04-29 Eric Anholti965/gen6: Move the depth/stencil state to state streaming.
2011-04-29 Eric Anholti965/gen6: Move the blend state to state streaming.
2011-04-29 Eric Anholti965/gen6: Move the color calc state to state streaming.
2011-04-29 Eric Anholti965: Move the CC VP to state streaming.
2011-04-29 Eric Anholti965/gen6: Move the SF VP to state streaming.
2011-04-29 Eric Anholti965/gen6: Move the clip VP to state streaming.
2011-04-29 Eric Anholti965/gen6: Stream the VS push constants.
2011-04-29 Eric Anholti965/gen6: Stream the WM push constants.
2011-04-26 Eric Anholti965/fs: Add initial support for 16-wide dispatch on...
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-18 Kenneth Graunkei965: Allocate the whole URB to the VS and fix calculat...
2011-04-13 Chad Versacei965: Document brw_context.state.depth_region
2011-04-12 Kenneth Graunkei965: Add comments about URB size units and limits.
2011-04-12 Brian PaulMerge branch 'arb_sampler_objects'
2011-04-11 Eric Anholti965: Move the SF VP from state caching to state streaming.
2011-04-11 Eric Anholti965: Change the SF unit from state caching to state...
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-09 Chris Wilsoni965: Pack the tracked state atoms into separate arrays...
2011-03-04 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-04 Chris Wilsoni965: Align index to type size and flush if the type...
2011-03-02 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-01 Chris Wilsoni965: Use negative relocation deltas to minimse vertex...
2011-03-01 Chris Wilsoni965: Upload all vertices used
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-21 Chris Wilsoni965: Remove unused 'next_free_page' member
2011-02-21 Chris Wilsonintel: extend current vertex buffers
2011-02-21 Chris Wilsoni965: emit one vb packet per vbo
2011-02-21 Chris Wilsoni965: upload transient indices into the same discontigu...
2011-02-21 Chris Wilsoni965: drop state_bo references to batch_bo
2011-02-21 Chris Wilsoni965: Combine vb upload buffer with the general upload...
2011-02-09 Kenneth Graunkei965: Separate the BRW_NEW_(VS|WM)_CONSTBUF dirty bits.
2011-02-04 Eric Anholti965: Drop the dead tracking of color_regions[].
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-06 Eric Anholti965: Nuke brw_wm_glsl.c.
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-10-29 Chia-I WuMerge branch 'glapi-reorg'
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-27 Eric Anholti965: Make FS uniforms be the actual type of the unifor...
2010-10-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-22 Eric Anholti965: Add support for pull constants to the new FS...
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-13 Kristian HøgsbergDrop GLcontext typedef and use struct gl_context instead
2010-10-13 Kristian HøgsbergRename GLvisual and __GLcontextModes to struct gl_config
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-07 Eric Anholti965: Normalize cubemap coordinates like is done in...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-27 Eric Anholti965: When encountering an unknown opcode in new FS...
2010-08-26 Eric Anholti965: Start building 965 FS backend.
2010-08-22 Eric Anholti965: Fix up WM push constant setup on gen6.
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Brian PaulMerge branch 'shader-file-reorg'
2010-06-13 Eric Anholti965: Stream out CC unit state.
2010-06-11 Eric Anholti965: Remove caching of surface state objects.
2010-06-11 Eric Anholti965: Convert the binding table to streamed indirect...
2010-06-11 Eric Anholti965: Split constant buffer setup from its surface...
2010-06-11 Eric Anholti965: Set the CC VP state immediately on state change.
2010-06-09 Eric Anholti965: Avoid calloc/free in the CURBE upload process.
2010-06-08 Eric Anholtintel: Change dri_bo_* to drm_intel_bo* to consistently...
2010-05-01 Younes MantonMerge branch 'master' of ssh://git.freedesktop.org...
2010-05-23 Eric Anholti965: Add support for all 8 possible ARB_draw_buffers...
next