st/mesa: refactor guess_and_alloc_texture() code
[mesa.git] / src / mesa / drivers /
2011-02-21 Brian Paulradeon: add default switch case to silence unhandled...
2011-02-21 Chris Wilsonintel: Fix insufficient integer width for upload buffer...
2011-02-21 Chris Wilsoni965: Remove spurious duplicate ADVANCE_BATCH
2011-02-21 Chris Wilsoni915: Emit a single relocation per vbo
2011-02-21 Chris Wilsoni915: Suppress emission of redundant stencil updates
2011-02-21 Chris Wilsoni915: Separate BLEND from general context state.
2011-02-21 Chris Wilsoni915: Only flag context changes if the actual state...
2011-02-21 Chris Wilsoni915: suppress repeated sampler state emission
2011-02-21 Chris Wilsoni915: Eliminate redundant CONSTANTS updates
2011-02-21 Chris Wilsoni965: Use compiler builtins when available
2011-02-21 Chris Wilsoni965: Micro-optimise check_state
2011-02-21 Chris Wilsonintel: use throttle ioctl for throttling
2011-02-21 Chris Wilsoni965: Remove unused 'next_free_page' member
2011-02-21 Chris Wilsonintel: Skip the flush before read-pixels via blit
2011-02-21 Chris Wilsonintel: extend current vertex buffers
2011-02-21 Chris Wilsonintel: Use specified alignment for writes into the...
2011-02-21 Chris Wilsoni965: Clean up brw_prepare_vertices()
2011-02-21 Chris Wilsonintel: combine short memcpy using a temporary allocated...
2011-02-21 Chris Wilsoni965: upload normal arrays as interleaved
2011-02-21 Chris Wilsoni965: interleaved vbo
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: suppress repeat-emission of identical vertex...
2011-02-21 Chris Wilsoni965: Move repeat-instruction-suppression to batchbuffe...
2011-02-21 Chris Wilsonintel: use pwrite for batch
2011-02-21 Chris Wilsoni965: drop state_bo references to batch_bo
2011-02-21 Chris Wilsoni965: directly write wm state to batch
2011-02-21 Chris Wilsoni965: write cc straight to batch
2011-02-21 Chris Wilsoni965: switch gen6 to use its own cc state bo
2011-02-21 Chris Wilsonintel: Buffered upload
2011-02-21 Chris Wilsonintel: Replace the bo for a complete update
2011-02-21 Chris Wilsoni965: Combine vb upload buffer with the general upload...
2011-02-21 Chris Wilsonintel: Pack dynamic draws together
2011-02-21 Chris Wilsonintel: Use system memory for DYNAMIC_DRAW source objects
2011-02-21 Chris Wilsoni965: Trim the trailing NOOP from 3DSTATE_INDEX_BUFFER
2011-02-21 Chris Wilsoni965: Fallback on encountering a NULL render buffer
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
next