OSDN Git Service

android-x86/external-mesa.git
2012-12-14 Chris Forbesi965/vs: Fix gen6+ math operand quirks in one place
2012-12-14 Chris Forbesi965: Add various plumbing for cubemap arrays
2012-12-14 Eric Anholti965/fs: Add empirically-determined instruction latenci...
2012-12-14 Eric Anholti965/fs: Fix the clock increment in scheduling.
2012-12-14 Eric Anholti965/fs: Move the old gen4 bspec-based scheduling info...
2012-12-14 Eric Anholti965/fs: Set up gen7 UBO loads as sends from GRFs.
2012-12-14 Eric Anholti965/fs: Before reg alloc, schedule instructions to...
2012-12-14 Eric Anholti965/fs: Add some optional debug printfs to scheduling.
2012-12-14 Eric Anholti965/fs: Schedule instructions both before and after...
2012-12-14 Eric Anholti965: Make sure that the shader_time report at context...
2012-12-14 Eric Anholti965: Print a total time for the different shader stages.
2012-12-14 Eric Anholti965: Scale shader_time to compensate for resets.
2012-12-14 Eric Anholti965: Adjust the split between shader_time_end() and...
2012-12-14 Paul Berryglsl/linker: Pack between varyings.
2012-12-14 Paul Berryglsl/linker: Pack within compound varyings.
2012-12-14 Paul Berrygallium: Disable varying packing on hardware with ...
2012-12-14 Paul Berrymesa: Add an option so driver can opt out of varying...
2012-12-14 Paul Berryglsl: Add a lowering pass for packing varyings.
2012-12-14 Paul Berryglsl/linker: Sort varyings by packing class, then vecto...
2012-12-14 Paul Berryglsl/linker: Subdivide the first phase of varying assig...
2012-12-14 Paul Berryglsl/linker: Defer recording transform feedback locations.
2012-12-14 Paul Berryglsl: Create a field to store fractional varying locations.
2012-12-14 Paul Berryglsl/linker: Make separate ir_variable field to mean...
2012-12-14 Paul Berryglsl/linker: Always invalidate shader ins/outs, even...
2012-12-14 Paul Berryglsl/lower_clip_distance: Update symbol table.
2012-12-14 Tapani Pälliandroid: build fix for libmesa_glsl_utils
2012-12-14 Brian Paulmesa: minor indentation fixes in texcompress_etc.c
2012-12-14 Brian Paulmesa: remove old swrast-based compressed texel fetch...
2012-12-14 Brian Paulswrast: use new core Mesa compressed texel fetch functions
2012-12-14 Brian Paulmesa: reimplement _mesa_decompress_image() using new...
2012-12-14 Brian Paulmesa: added _mesa_get_compressed_fetch_func()
2012-12-14 Brian Paulmesa: add new texel fetch code for etc formats
2012-12-14 Brian Paulmesa: add new texel fetch code for rgtc formats
2012-12-14 Brian Paulmesa: add new texel fetch code for fxt formats
2012-12-14 Brian Paulmesa: add new texel fetch code for dxt formats
2012-12-14 Brian Paulmesa: add compressed_fetch_func typedef
2012-12-14 Brian Paulswrast: merge get_texel_fetch_func() and set_fetch_func...
2012-12-14 Brian Paulswrast: make _mesa_get_texel_fetch_func() static
2012-12-14 Dave Airliedraw/llvmpipe: fix transform feedback position + enable...
2012-12-14 Dave Airliedraw: add support for later transform feedback extensions
2012-12-13 Tom Stellardclover: Fix build since removal of pipe_surface::usage
2012-12-13 Maxence Le... r600g/radeonsi: Silence warnings
2012-12-13 Tom Stellardclover: Add support for compiler flags
2012-12-13 Tom Stellardclover: Don't erase build info of devices not being...
2012-12-13 Vincent Lejeuner600g: use load_ar checks with llvm output.
2012-12-13 Thierry Redingbuild: Fix AX_PROG_{CC,CXX}_FOR_BUILD macros
2012-12-13 Roland Scheideggergallivm: fix texel fetch for array textures
2012-12-13 Paul Berrymesa: Fix computation of default vertex attrib stride...
2012-12-13 Matt Turnermesa/uniform_query: Don't write to *params if there...
2012-12-13 Matt Turnermesa: print unsigned values with %u
2012-12-13 Kenneth Graunkei965: Fix disassembly of jump targets on Gen7.
2012-12-12 Kenneth Graunkei965: Make try_rewrite_rhs_to_dst compare VGRF size...
2012-12-12 Emil Velikovconfigure.ac: Disable compiler optimizations when ...
2012-12-12 Brian Paulsoftpipe: remove unused corner0 variable
2012-12-12 Brian Paulllvmpipe: remove unneeded draw_flush() call
2012-12-12 Marek Olšákr600g: suballocate memory for fetch shaders from a...
2012-12-12 Marek Olšákr600g: suballocate memory for the STRMOUT_BUFFER_FILLED...
2012-12-12 Marek Olšákgallium/util: add a simple allocator for suballocating...
2012-12-12 Marek Olšákr600g: use u_upload_mgr for allocating staging transfer...
2012-12-12 Marek Olšákwinsys/radeon: don't use BIND flags, add a flag for...
2012-12-12 Marek Olšákst/dri: add a way to force MSAA on with an environment...
2012-12-12 Marek Olšákmesa: don't advertise ARB_texture_buffer_object in...
2012-12-12 Marek Olšákmesa: disallow creation of GL 3.1 compatibility contexts
2012-12-12 Marek Olšákgallium: remove pipe_surface::usage
2012-12-12 Marek Olšáksvga: stop using pipe_surface::usage
2012-12-12 Marek Olšákgallium/util: move util_try_blit_via_copy_region to...
2012-12-12 Marek Olšákgallium/cso: don't use the pipe_error return type where...
2012-12-12 Marek Olšákgallium: manage render condition in cso_context and...
2012-12-12 Marek Olšákst/mesa: remove a weird msaa hack
2012-12-12 Dave Airliesoftpipe: implement seamless cubemap support. (v1.1)
2012-12-11 Dave Airliegallium: fix cap warnings for tbo cap.
2012-12-11 Dave Airlieglsl_to_tgsi: emit multi-level structs and arrays properly.
2012-12-11 Brian Paulllvmpipe: don't use user constant buffers
2012-12-11 Brian Paulllvmpipe: support pipe_resource-based constant buffers
2012-12-11 Brian Paulutil: add util_copy_constant_buffer() helper function
2012-12-11 Eric Anholti965/fs: Improve performance of shaders that start...
2012-12-11 Eric Anholti965/fs: Rewrite discards to use a flag subreg to track...
2012-12-11 Eric Anholti965/fs: Add an instruction flag for choosing the flag...
2012-12-11 Eric Anholti965: Let brw_flag_reg() choose the flag reg and subreg.
2012-12-11 Eric Anholti965: Print the flag reg updated by conditional modifiers.
2012-12-11 Eric Anholti965: Add the new flag_reg_nr instruction field from...
2012-12-11 Eric Anholti965: Correct the name and usage of the flag subregiste...
2012-12-11 Eric Anholti965: Remove bogus flag_reg_nr field from bits3.
2012-12-11 Tobias Drostest/egl/drm: only unref the udev device if needed
2012-12-11 José Fonsecasoftpipe: Use os_time_get_nano() everywhere.
2012-12-11 Johannes Obermayrclover: Install CL headers.
2012-12-11 Tom Stellardgallivm: Lower TGSI_OPCODE_MUL to fmul by default
2012-12-10 Dave Airliellvmpipe: fix txq for 1d/2d arrays. (v3)
2012-12-10 Dave Airliellvmpipe: increase texture target width to reflect...
2012-12-10 Jordan Justenmesa syncobj: don't store a pointer to the set_entry
2012-12-10 Fabio Pedrettivega: remove unused variables
2012-12-10 Fabio Pedrettinvc0: comment unused nvc0_validate_zcull function
2012-12-10 Fabio Pedrettinv50: remove unused OpClassStr array
2012-12-10 smokir200: fix broken tcl lighting
2012-12-10 Dave Airliest_glsl_to_tgsi: fix ubo bools.
2012-12-10 Dave Airliest_glsl_to_tgsi: call ubo load pass earlier
2012-12-10 Dave Airlieglsl_to_tgsi: fix texture offset translation
2012-12-09 Dave Airliedrisw: fix up context and apis for software context
2012-12-09 Kenneth Graunkei965: Add missing _NEW_BUFFERS dirty bit in Gen7 SBE...
2012-12-08 Christoph Bumillerst/mesa: set PIPE_BIND_SAMPLER_VIEW for TBOs in st_buff...
next