mesa.git
2013-08-22 Chia-I Wuilo: fix a potential issue with STATE_SIP
2013-08-22 Chia-I Wuilo: add GEN check to 3DSTATE_CLIP
2013-08-22 Matt Turnerbuild: Add --enable-gallium-osmesa flag.
2013-08-22 Ian Romanickglsl: Give a warning, not an error, for UBO qualifiers...
2013-08-22 Matt Turnerglsl: Remove ubo_qualifiers_allowed variable.
2013-08-22 Matt Turnerglsl: Drop duplicate error messages.
2013-08-22 Matt Turnerglsl: Rename ubo_qualifiers_valid to ubo_qualifiers_all...
2013-08-22 Kenneth Graunkei965/fs: Add code to print out global copy propagation...
2013-08-21 Armin Kosmesa: Symlink shared library to LIB_DIR
2013-08-21 Brian Paulsvga: minor clean-ups in emit_hw_vs_vdecl()
2013-08-21 Roland Scheideggergallivm: unify sin and cos implementation
2013-08-21 Roland Scheideggergallivm: add comment for bogus min/mag filter selection...
2013-08-21 Roland Scheideggergallivm: fix rho calculation for 1d case
2013-08-21 Ville Syrjäläi965/gen7: Set MOCS L3 cacheability for IVB/BYT (v2)
2013-08-21 Ville Syrjäläi965/hsw: Populate MOCS for STATE_BASE_ADDRESS (v2)
2013-08-21 Maarten Lankhorstglapi/gen: build temporary files in the build directory
2013-08-21 Ian Romanickmesa: Never advertise _S3TC compressed formats
2013-08-21 Ian Romanickmesa: Only advertise GL_ETC1_RGB8_OES in ES contexts
2013-08-21 Ian Romanickglsl: Track existence of default float precision in...
2013-08-21 Ian Romanickglsl: Merge precision qualifiers too
2013-08-21 Ian Romanickglsl: Pass type to is_valid_default_precision_type...
2013-08-21 Rico Schüllervdpau/decode: Fix comment.
2013-08-21 Rico Schüllervl/query: Only support VDP_CHROMA_TYPE_420 for 12 bit...
2013-08-20 Roland Scheideggerutil: add avx2 and xop detection to cpu detection code
2013-08-20 Roland Scheideggergallivm: fix bogus aos path detection
2013-08-20 Roland Scheideggergallivm: do clamping of border color correctly for...
2013-08-20 Roland Scheideggergallivm: implement better control of per-quad/per-eleme...
2013-08-20 Brian Paulmesa: use ARRAY_SIZE() macro instead of magic number
2013-08-20 Ross Burtonbuild: fix out-of-tree builds in gallium/auxiliary
2013-08-20 Michel Dänzerradeonsi: Always pre-load separate VGPRs for centroid...
2013-08-20 Michel Dänzerradeonsi: Fix SPI_BARYC_CNTL register initialization
2013-08-20 Maarten Lankhorstgallium/osmesa: add same checks to OSMesaMakeCurrent...
2013-08-20 Maarten Lankhorstgallium/osmesa: link against static libglapi library...
2013-08-20 Kenneth Graunkei965: Shorten sampler loops in precompile key setup.
2013-08-20 Chia-I Wuilo: add ILO_DEBUG=flush
2013-08-20 Chia-I Wuilo: add ILO_DEBUG=draw
2013-08-20 Vinson Leer600g/sb: Move memsets of member structs to within...
2013-08-19 Ian Romanickglsl: Use alignment of container record for its first...
2013-08-19 Ian Romanickglsl: Add new overload of program_resource_visitor...
2013-08-19 Ian Romanickglsl: Disallow embedded structure definitions
2013-08-19 Ian Romanickmeta: Add default precision qualifier to all fragement...
2013-08-19 Ian Romanickglsl: Add default precision qualifiers for ES builtins
2013-08-19 Ian Romanickglsl: Remove extra "types" from error message
2013-08-19 Kenneth Graunkei965: Make the VS binding table as small as possible.
2013-08-19 Kenneth Graunkei965/vs: Rework binding table size calculation.
2013-08-19 Kenneth Graunkei965/vs: Plumb brw_vec4_prog_data into vec4_generator().
2013-08-19 Kenneth Graunkei965/fs: Make the FS binding table as small as possible.
2013-08-19 Kenneth Graunkei965/fs: Track the binding table size in brw_wm_prog_data.
2013-08-19 Kenneth Graunkei965: Use SURF_INDEX_DRAW() for drawbuffer binding...
2013-08-19 Kenneth Graunkei965: Shorten sampler loops in key setup.
2013-08-19 Kenneth Graunkei965: Make sampler counts available for the entire...
2013-08-19 Kenneth Graunkei965: Split the brw_samplers atom into separate FS...
2013-08-19 Kenneth Graunkei965: Upload separate VS and FS sampler state tables.
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...
next