intel: Convert from GLboolean to 'bool' from stdbool.h.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_context.h
2011-10-18 Kenneth Graunkeintel: Convert from GLboolean to 'bool' from stdbool.h.
2011-10-10 Chad Versacei965: Change type of brw_context.primitive from GLenum...
2011-10-07 Paul Berryi965: Make brw_compute_vue_map's userclip dependency...
2011-10-05 Paul Berryi965 Gen6: Implement gl_ClipVertex.
2011-09-23 Paul Berryi965: Set up clip distance VUE slots appropriately...
2011-09-06 Paul Berryi965: Remove two_side_color from brw_compute_vue_map().
2011-09-06 Paul Berryi965: Add functions to compute offsets within the VUE...
2011-09-06 Paul Berryi965: Write code to compute a VUE map.
2011-08-30 Eric Anholti965: Make the old VS backend record pull constant...
2011-08-30 Eric Anholti965: Use native integer uniforms when the new VS backe...
2011-08-30 Eric Anholti965/vs: Move the flag for whether to use the new backe...
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-20 Eric Anholti965/vs: Implement proper register allocation instead...
2011-08-16 Eric Anholti965: Set up allocation of a VS scratch space if required.
2011-08-16 Eric Anholti965: Remove dead brw->wm.max_threads field.
2011-08-16 Eric Anholti965/vs: Start adding support for uniforms
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...
next