mesa.git
2013-08-23 Paul Berryi965/gs: Add a case to brwNewProgram() for geometry...
2013-08-23 Paul Berryi965/gs: Create structs for use by GS program compilation.
2013-08-23 Paul Berryi965/gs: Add a case to brwBindProgram() for geometry...
2013-08-23 Paul Berryi965/gs: Add brw->geometry_program.
2013-08-23 Paul Berryi965/vec4: Virtualize setup_payload instead of setup_at...
2013-08-23 Paul Berryi965/vec4: Allow for dispatch_grf_start_reg to vary.
2013-08-23 Paul Berryi965/vec4: Move vec4 data structures and functions...
2013-08-23 Paul Berryi965: Make brw_{shader,vec4}.h safe to include from C.
2013-08-23 Paul Berryi965: Stop including brw_vs.h from brw_vec4.h.
2013-08-23 Paul Berryi965: Initialize all elements of ctx->ShaderCompilerOpt...
2013-08-23 Paul Berryi965: Make brw_{program,vs}.h safe to include from...
2013-08-23 Paul Berrymesa/program: Make prog_instruction.h and program.h...
2013-08-23 Paul Berryglsl: Refactor handling of gl_ClipDistance/gl_ClipVerte...
2013-08-23 Timothy Arcerimesa: Fix assertion error with glDebugMessageControl
2013-08-23 Kenneth Graunkemesa: Specify a better GL_MAX_SERVER_WAIT_TIMEOUT limit.
2013-08-23 Kenneth Graunkemeta: Set correct viewport and projection in decompress...
2013-08-22 Chad Versacei965: Fix misapplication of gles3 srgb workaround
2013-08-22 Roland Scheideggergallivm: do per-element lod for lod bias and explicit...
2013-08-22 Roland Scheideggergallivm: (trivial) fix int/uint border color clamping
2013-08-22 Roland Scheideggergallivm: (trivial) fix linear aos sampling of 3d compre...
2013-08-22 Michel Dänzerradeonsi: Fix y/z/w component values of TGSI_SEMANTIC_F...
2013-08-22 José Fonsecagallium: Support PIPE_FORMAT_R10G10B10A2_UINT.
2013-08-22 José Fonsecatrace: Handle null tokens.
2013-08-22 Chia-I Wuilo: do not need last shader stage for 3DSTATE_SBE
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
next