gallium: always save and restore vertex buffers using cso_cache
[mesa.git] / src / mesa / drivers /
2011-02-12 Eric Anholtdri: Remove the old metaops code which has been superce...
2011-02-12 Eric Anholtradeon: Remove setup of the old dri/ meta code, which...
2011-02-12 Eric Anholtintel: Remove setup of the old dri/ meta code, which...
2011-02-12 Tom Stellardr300/compiler: Don't erase sources when converting...
2011-02-12 Christopher James... mesa: Optionally build a dricore support library (v3)
2011-02-11 Kenneth Graunkemesa: Remove empty header file s_trispan.h.
2011-02-10 Ian Romanicki915: Force lowering of all types of indirect array...
2011-02-10 Ian Romanicki915: Calculate partial result to temp register first
2011-02-09 Brian Paulr200: add cast to silence warning
2011-02-09 Brian Paulmesa: remove _mesa_create_context_for_api()
2011-02-09 Brian Paulmesa: remove _mesa_initialize_context_for_api()
2011-02-09 Kenneth Graunkei965: Add missing DEFINE_BITS for brw dirty bits.
2011-02-09 Kenneth Graunkei965: Separate the BRW_NEW_(VS|WM)_CONSTBUF dirty bits.
2011-02-09 Kenneth Graunkei965: Rename a few more commands to match the documenta...
2011-02-08 Eric Anholti965: Remove pointless keying of WM state on VUE size.
2011-02-07 Benjamin Franzkeintel: Implement dri2::{Allocate,Release}Buffer
2011-02-07 Benjamin FranzkeAdd dri2::{Allocate,Release}Buffer extension
2011-02-06 Tom Stellardr300/compiler: Disable register rename pass on r500
2011-02-05 Tom Stellardr300/compiler: Don't count BEGIN_TEX instructions in...
2011-02-05 Dave Airliemesa/965: add support for GL_EXT_framebuffer_sRGB (v2)
2011-02-04 Eric Anholti965: Drop the dead tracking of color_regions[].
2011-02-04 Eric Anholti965: Drop the INTEL_DEBUG=state spam about the cache...
2011-02-03 Haitao Fengswrast: add an interface createNewContextForAPI
2011-02-03 Michel Dänzerr300c: Unbreak after R4xx support was added to r300...
2011-02-02 Alex Deucherr200: remove 0x4243 pci id
2011-02-01 Ian Romanicki915: Only mark a register as available if all componen...
2011-01-31 Kenneth Graunkei965: Emit texel offsets in sampler messages.
2011-01-31 Kenneth GraunkeRemove talloc from the make and automake build systems.
2011-01-31 Kenneth GraunkeConvert everything from the talloc API to the ralloc...
2011-01-30 Tom Stellardr300/compiler: Standardize the number of bits used...
2011-01-28 Marek Olšákr300/compiler: print stats based on the initial number...
2011-01-25 Brian Paulmesa: plug in fallback function for ctx->Driver.Validat...
2011-01-24 Christopher James... osmesa: mklib requires arguments before objects
2011-01-24 Andre Maasikasr600c: only colors can be flat shaded
2011-01-24 Tom Stellardr300g: Increase fragment shader limits for r400 cards
2011-01-23 Brian Paulgldirect: remove _NEW_ACCUM
2011-01-23 Brian Pauli965: remove _NEW_ACCUM
2011-01-23 Marek Olšákr300/compiler: remove any code related to relative...
2011-01-21 Kenneth Graunkeglsl, i965: Remove unnecessary talloc includes.
2011-01-21 Andre Maasikasr600c: get OQ results only for 4 DBs on r600 class
2011-01-20 Ian Romanickintel: Fix typeos from 3d028024 and 790ff232
2011-01-20 Ian Romanicki915: Set correct values for range/precision of fragmen...
2011-01-20 Ian Romanicki965: Set correct values for range/precision of fragmen...
2011-01-20 Andre Maasikasr600c: bump sq gpr resources if a shader needs more...
2011-01-20 Chia-I Wuglapi: Fix OpenGL and OpenGL ES interop.
2011-01-20 Dave Airlier200: fix up some problems with TFP on r200
2011-01-20 Eric Anholti965/fs: Take the shared mathbox into account in instru...
2011-01-20 Eric Anholti965/fs: Add a helper function for detecting math opcodes.
2011-01-20 Eric Anholti965/fs: Assign URB/CURB register numbers after instruc...
2011-01-20 Eric Anholti965/fs: Add an instruction scheduler.
2011-01-20 Eric Anholti965/fs: Add a helper for detecting texturing opcodes.
2011-01-19 Dave Airlieradeon: avoid segfault on 3D textures.
2011-01-19 Dave Airlieradeon: oops didn't need this logbase2 fn
2011-01-19 Dave Airlieradeon: calculate complete texture state inside TFP...
2011-01-19 Ben Skeggsdri/nouveau: allow multiple maps of surface buffers
2011-01-19 Dave Airlieradeon/r200: fix fbo-clearmipmap + gen-teximage
2011-01-19 Eric Anholti965: Fix a comment typo.
2011-01-19 Eric Anholti965: Fix a bug in i965 compute-to-MRF.
2011-01-18 Andre Maasikasr600c: preserve correct buffer when using fbo
2011-01-18 Andre Maasikasr600: set border color as RGBA
2011-01-18 Andre Maasikasr600c: use STATE_FB_WPOS_Y_TRANSFORM variable to do...
2011-01-18 Eric Anholti965: Fix dead pointers to fp->Parameters->ParameterVal...
2011-01-16 Dave Airliei965: add support for EXT_texture_sRGB_decode
2011-01-16 Brian Paulmesa: begin implementation of GL_ARB_draw_buffers_blend
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-14 Eric Anholtintel: Expose GL_ARB_ES2_compatibility.
2011-01-14 Eric Anholti965: Replace broken handling of dead code with an...
2011-01-14 Eric Anholti965: Add an invalidation of live intervals after regis...
2011-01-14 Eric Anholti915: Fix compiler warning from sw fallback removal...
2011-01-14 Dave Airliei965: fix fbo-srgb on i965.
2011-01-14 Chad Versacei915: Disable extension OES_standard_derivatives
2011-01-13 Vinson Leei965: Remove unnecessary headers.
2011-01-13 Paulo Zanonidri_util: fail driCreateNewScreen if InitScreen is...
2011-01-12 Eric Anholti965/fs: Do flat shading when appropriate.
2011-01-12 Eric Anholtmeta: Actually use mipmapping when generating mipmaps.
2011-01-12 Eric Anholti965: Clarify when we need to (re-)calculate live inter...
2011-01-12 Eric Anholti965/vs: When MOVing to produce ABS, strip negate of...
2011-01-12 Eric Anholti965/fs: When producing ir_unop_abs of an operand,...
2011-01-12 Eric Anholti965: Tighten up the check for flow control interfering...
2011-01-11 Eric Anholti965: Remove dead fallback for stencil _Enabled but...
2011-01-11 Alberto Miloner600c: add evergreen ARL support.
2011-01-11 Eric Anholti965: Use a new miptree to avoid software fallbacks...
2011-01-11 Eric Anholtintel: Drop the speculatively-use-firstImage-mt in...
2011-01-11 Eric Anholtintel: Don't relayout the texture on maxlevel change.
2011-01-11 Eric Anholtintel: When making a new teximage miptree, make a full...
2011-01-11 Eric Anholtmeta: Don't tweak BaseLevel when doing glGenerateMipmap().
2011-01-11 Eric AnholtRevert "intel: Always allocate miptrees from level...
2011-01-10 Kenneth Graunkei965: Add #defines for HiZ and separate stencil buffer...
2011-01-10 Kenneth Graunkei965: Add new HiZ related bits to WM_STATE.
2011-01-10 Kenneth Graunkei965: Rename more #defines to 3DSTATE rather than CMD...
2011-01-10 Kenneth Graunkei965: Remove unused #defines which only contain the...
2011-01-10 Vinson Leer600: Include mfeatures.h in files that perform feature...
2011-01-10 Vinson Leer300: Include mfeatures.h in files that perform feature...
2011-01-10 Vinson Leer200: Include mfeatures.h in files that perform feature...
2011-01-09 Vinson Leeradeon: Include mfeatures.h in files that perform featu...
2011-01-09 Vinson Leedri/nouveau: Include mfeatures.h in files that perform...
2011-01-09 Vinson Leeintel: Include mfeatures.h in files that perform featur...
2011-01-08 Eric Anholtintel: Make renderbuffer tiling choice match texture...
2011-01-08 Eric Anholtintel: Use the _BaseFormat from MESA_FORMAT_* in render...
2011-01-08 Eric Anholti915: Drop old checks for the settexoffset hack.
next