mesa.git
2013-08-19 Kenneth Graunkei965: Make upload_sampler_state_table a virtual function.
2013-08-19 Kenneth Graunkei965: Upload separate per-stage sampler state tables.
2013-08-19 Kenneth Graunkei965: Un-hardcode border color table from update_sample...
2013-08-19 Kenneth Graunkei965: Un-hardcode border color table from upload_defaul...
2013-08-19 Kenneth Graunkei965: Split sampler count variable to be per-stage.
2013-08-19 Kenneth Graunkei965/fs: Re-enable global copy propagation.
2013-08-19 Kenneth Graunkei965/fs: Fix computation of livein.
2013-08-19 Kenneth Graunkei965/fs: Fully recompute liveout at each step.
2013-08-19 Kenneth Graunkei965/fs: Skip the initial block when updating livein...
2013-08-19 Kenneth Graunkei965/fs: Drop unnecessary and incorrect liveout initial...
2013-08-19 Kenneth Graunkei965/fs: Properly initialize the livein/liveout sets.
2013-08-19 Kenneth Graunkei965/fs: Use the COPY set in the calculation for liveout.
2013-08-19 Kenneth Graunkei965/fs: Simplify liveout calculation.
2013-08-19 Kenneth Graunkei965/fs: Create the COPY() set for use in copy propagat...
2013-08-19 Kenneth Graunkei965/fs: Rename setup_kills() to setup_initial_values().
2013-08-19 Kenneth Graunkei965/fs: Separate the updating of liveout/livein.
2013-08-19 Kenneth Graunkei965/fs: Rename "cont" to "progress" in dataflow algorithm.
2013-08-19 Kenneth Graunkei965/fs: Switch to a do-while loop in copy propagation...
2013-08-19 Kenneth Graunkei965/fs: Skip global copy propagation step.
2013-08-19 Emil Velikovvl/buffers: consistent use on VL_MAX_SURFACES
2013-08-19 Emil Velikovst/vdpau: drop unnecessary variable prof
2013-08-19 Emil Velikovvl/idct: cleanup all idct buffers
2013-08-19 Emil Velikovvl/buffer: add sanity check after CALLOC_STRUCT
2013-08-19 Emil Velikovst/xvmc: exit gracefully if we fail to create video...
2013-08-19 Emil Velikovst/vdpau: don't try to create video buffer when the...
2013-08-19 Andy Furnissvdpau/vl 422 chroma width/height mix up
2013-08-19 Vinson Leeradeonsi: Ensure fmask_format is initialized in release...
2013-08-19 Paul Berryi965: STATIC_ASSERT that there aren't too many BRW_NEW_...
2013-08-19 Christian Königvl: add entrypoint to is_video_format_supported
2013-08-19 Christian Königvl: add entrypoint to get_video_param
2013-08-19 Christian Königvl: rename pipe_video_decoder to pipe_video_codec
2013-08-19 Christian Königvl: rename enum pipe_video_codec to pipe_video_format
2013-08-19 Christian Königvl: use a template for create_video_decoder
2013-08-18 Marek Olšákglsl: don't eliminate texcoords that can be set by...
2013-08-17 Ilia Mirkinnv50: allow non-nv12 buffers to be created, just pass...
2013-08-17 Eric Anholtdri: Choose a decent global driNConfigOptions.
2013-08-17 Kenneth Graunkei965: Improve comments for driver hooks in intel_buffer...
2013-08-17 Kenneth Graunkei965: Split intel_upload code out into a separate file.
2013-08-17 Kenneth Graunkei965: Move GL_APPLE_object_purgeable functionality...
2013-08-17 Marek Olšákradeonsi: fix feature support reporting
2013-08-16 Niels Ole Salscheiderclover: Fix linkage of libOpenCL
2013-08-16 Marek Olšákradeonsi: require LLVM 3.4 for MSAA
2013-08-16 Marek Olšákradeonsi: don't make scanout resources linear except...
2013-08-16 Marek Olšákradeonsi: remove useless code from tex_fetch_args
2013-08-16 Marek Olšákradeonsi: disable unbound colorbuffers
2013-08-16 Marek Olšákradeonsi: port texture improvements from r600g
2013-08-16 Marek Olšákradeonsi: implement texture fetching for compressed...
2013-08-16 Marek Olšákradeonsi: add FMASK texture binding slots and resource...
2013-08-16 Marek Olšákradeonsi: implement FMASK decompression for MSAA texturing
2013-08-16 Marek Olšákradeonsi: scanout buffers cannot be a destination of...
2013-08-16 Marek Olšákradeonsi: implement MSAA colorbuffer compression for...
2013-08-16 Marek Olšákradeonsi: implement uncompressed MSAA texturing
2013-08-16 Marek Olšákradeonsi: disable alpha-to-coverage for integer colorbu...
2013-08-16 Marek Olšákradeonsi: implement GL_SAMPLE_ALPHA_TO_ONE
2013-08-16 Marek Olšákradeonsi: implement uncompressed MSAA rendering and...
2013-08-16 Marek Olšákradeonsi: add flexible shader descriptor management...
2013-08-16 Tom Stellardradeonsi/compute: Let the state tracker do all the...
2013-08-16 Kenneth Graunkei965: Dump more information about batch buffer usage.
2013-08-16 Kenneth Graunkei965: Add Gen7 depth stall flushes before disabling...
2013-08-16 Kenneth Graunkei965: Add Gen6 depth stall flushes before disabling...
2013-08-16 Matt Turneri965: Don't copy propagate bitcasts with source modifiers.
2013-08-16 Matt Turneri965: Emit MOVs for neg/abs.
2013-08-16 Anuj Phogati965/blorp: Add support for single sample scaled blit...
2013-08-16 Anuj Phogati965/blorp: Define a function to clamp texture coordinates
2013-08-16 Anuj Phogati965/blorp: Use more appropriate variable names
2013-08-16 Anuj Phogatmeta: Fix blitting a framebuffer with renderbuffer...
2013-08-16 Ilia Mirkinnv50: add vp3/vp4 support for mpeg2/vc1
2013-08-16 Ilia Mirkinnv50: separate video logic from noalloc
2013-08-16 Ilia Mirkinnv30: remove no-longer-used formats from table
2013-08-16 Fredrik Höglundmesa: Update the BGRA vertex array error handling
2013-08-15 Kenneth Graunkei965/fs: Fix Sandybridge regressions from SEL optimization.
2013-08-15 Kenneth Graunkei965: Force X-tiling for 128 bpp formats on Sandybridge.
2013-08-15 Ian Romanickmesa/vbo: Fix handling of attribute 0 in non-compatibil...
2013-08-15 Zack Rusindraw: handle nan clipdistance
2013-08-15 Vinson Leei915,i965: Fix memory leak in try_pbo_upload (v2)
2013-08-15 Roland Scheideggergallivm: revert accidentally commited hunk
2013-08-15 Roland Scheideggergallivm: do per-sample depth comparison instead of...
2013-08-15 Michel Dänzerradeonsi: Pixel shaders pre-load one more SGPR
2013-08-15 Michel Dänzerradeonsi: TGSI_SEMANTIC_CLIPVERTEX doesn't use any...
2013-08-15 Michel Dänzerradeonsi: Don't export unused clip distance vectors...
2013-08-15 Michel Dänzerradeonsi: Don't leave gaps between position exports...
2013-08-15 Roland Scheideggerllvmpipe: fix stencil bug if we have both stencil and...
2013-08-15 Roland Scheideggerst/mesa: use new float comparison opcodes if native...
2013-08-15 Ilia Mirkinnvc0: move video param and format support functions...
2013-08-15 Ilia Mirkinnvc0: move firmware loading functions to nouveau
2013-08-15 Ilia Mirkinnvc0: move some of the simpler decoder functions into...
2013-08-15 Ilia Mirkinnvc0: move vp param filling logic into nouveau
2013-08-15 Ilia Mirkinnvc0: move bsp param-filling logic into nouveau
2013-08-15 Ilia Mirkinnvc0: move nvc0_decoder into nouveau, rename to nouveau...
2013-08-15 Ilia Mirkinnvc0: standardize on using #if for NVC0_DEBUG_FENCE
2013-08-15 Ilia Mirkinnvc0: refactor video buffer management logic into nouve...
2013-08-15 Ilia Mirkinnv50: allow forcing PMPEG use, for ease of testing
2013-08-15 Ilia Mirkinnv30: hook up PMPEG support via nouveau_video, enables...
2013-08-15 Ilia Mirkinnouveau: set buffer format of video buffer
2013-08-15 Ilia Mirkinnouveau: fix number of surfaces in video buffer, use...
2013-08-15 Ilia Mirkinnv30: U8_USCALED only works for size 4
2013-08-15 Chris Forbesi965: allow 8 user clip planes on CTG+
2013-08-15 Chris Forbesi965: get rid of clip plane compaction
2013-08-15 Chris Forbesi965/clip: Support clip distances for line clipping
2013-08-15 Chris Forbesi965/clip: remove spurious clipvertex param
next