OSDN Git Service

android-x86/external-mesa.git
2010-09-04 Luca Barbierinvfx: support rendering to more formats
2010-09-04 Luca Barbierinvfx: move 2D format selection logic to 2D code
2010-09-04 Luca Barbierinvfx: fix swizzling of high bpp surfaces
2010-09-04 Luca Barbierinvfx: fix some subrectangle copies
2010-09-04 Luca Barbierinvfx: fix inlinining in nv04_2d.c
2010-09-04 Luca Barbierinvfx: fix the temporary copying logic and add asserts
2010-09-04 Luca Barbierinvfx: prevent swizzled rendering into formats where...
2010-09-04 Marek OlšákRevert "ir_to_mesa: Load all the STATE_VAR elements...
2010-09-04 Marek OlšákRevert "r300g: refuse to create a texture with size 0"
2010-09-04 Marek Olšákr300g: remove unnecessary assignments
2010-09-04 Marek Olšákr300/compiler: indent printed instructions according...
2010-09-04 Marek Olšákr300g: skip draw calls with no vertex elements, fixing...
2010-09-04 Marek Olšákr300/compiler: use limits from the compiler input inste...
2010-09-04 Marek Olšákr300/compiler: improve register allocation with indexab...
2010-09-04 Marek Olšákr300/compiler: fix handling of indexed temporaries...
2010-09-04 Marek Olšákr300/compiler: disable deadcode elimination for indexed...
2010-09-04 Marek Olšákr300/compiler: allocate at least FS inputs if register...
2010-09-04 Marek Olšákr300g: add a new debug option which disables compiler...
2010-09-04 Marek Olšákr300/compiler: compute the final number of temporaries...
2010-09-04 Marek Olšákr300/compiler: make optimizations not use 0.5 swizzles...
2010-09-04 Marek Olšákr300/compiler: use peephole and constant folding for...
2010-09-04 Marek Olšákr300/compiler: remove unused enum OPCODE_REPL_ALPHA
2010-09-04 Marek Olšákr300/compiler: refactor fragment shader compilation
2010-09-04 Marek Olšákr300/compiler: add new compiler parameter max_constants
2010-09-04 Marek Olšákr300/compiler: refactor vertex shader compilation
2010-09-04 Marek Olšákr300/compiler: remove a redundant parameter in rc_pair_...
2010-09-04 Marek Olšákr300/compiler: remove a redundant parameter in rc_dataf...
2010-09-04 Marek Olšákr300/compiler: use null-terminated array of transformat...
2010-09-04 Marek Olšákr300g: only check for an empty shader if there are...
2010-09-04 Marek Olšákr300/compiler: add new compiler parameter max_alu_insts
2010-09-04 Marek Olšákr300/compiler: put emulate_loop_state in radeon_compiler
2010-09-04 Kenneth Graunkeir_reader: Run ir_validate on the generated IR.
2010-09-04 Kenneth Graunkeir_reader: Emit global variables at the top of the...
2010-09-04 Kenneth Graunkeir_reader: Drop support for reading the old assignment...
2010-09-04 Kenneth Graunkeglsl: Regenerate autogenerated file builtin_function...
2010-09-04 Kenneth Graunkeglsl/builtins: Convert assignments to new format (with...
2010-09-04 Kenneth Graunkeir_reader: Read the new assignment format (with write...
2010-09-04 Kenneth Graunkeir_reader: Track the current function and report it...
2010-09-04 Kenneth Graunkeglsl/builtins: Actually print the info log if reading...
2010-09-04 Luca Barbierinvfx: consolidate tiny files
2010-09-04 Luca Barbierimesa/st: add missing _mesa_set_fetch_functions in st_ge...
2010-09-04 Luca Barbierinvfx: fix vp DP2
2010-09-04 Luca Barbierinvfx: implement fp SSG properly
2010-09-04 Luca Barbierinvfx: don't claim we support preds since the driver...
2010-09-04 Luca Barbierinv40: support all 10 texcoords
2010-09-04 Luca Barbierinvfx: add missing context init
2010-09-04 Luca Barbierinvfx: tidy up state_emit
2010-09-04 Luca Barbierinvfx: support all coord conventions in hardware
2010-09-04 Luca Barbierinvfx: add missing pushbuffer space check
2010-09-04 Luca Barbierinvfx: support all possible vs consts
2010-09-04 Luca Barbierinvfx: set magic bit to round NPOT mipmap sizes down...
2010-09-04 Luca Barbierinvfx: allow nested blitter usage, fixing bug in clear
2010-09-03 Brian Paulgalahad: do map/unmap counting for resources
2010-09-03 Brian Paullibgl-xlib: enable galahad support
2010-09-03 Brian Paulscons: added galahad to driver list
2010-09-03 Brian Paulmesa: also build galahad driver
2010-09-03 Brian Paulexec_list: replace class with struct
2010-09-03 Brian Paulmesa: fix up a comment
2010-09-03 Brian Paulst/glx: added some comments
2010-09-03 Luca Barbierinvfx: implement LIT in fp
2010-09-03 Ian Romanickglsl2: Use as_constant some places instead of constant_...
2010-09-03 Ian Romanickglsl2: Allow copy / constant propagation into array...
2010-09-03 Ian Romanickglsl2: Add module to perform simple loop unrolling
2010-09-03 Ian Romanickglsl2: Track the number of ir_loop_jump instructions...
2010-09-03 Ian Romanickir_expression: Add static operator_string method
2010-09-03 Ian Romanickexec_node: Add insert_before that inserts an entire...
2010-09-03 Ian Romanickglsl2: Eliminate zero-iteration loops
2010-09-03 Ian Romanickglsl2: Perform initial bits of loop analysis during...
2010-09-03 Ian Romanickglsl2: Add module to suss out loop control variables...
2010-09-03 Ian Romanickglsl2: Add module to analyze variables used in loops
2010-09-03 Ian Romanickir_to_mesa: Handle loops with loop controls set
2010-09-03 Ian Romanickir_validate: Validate loop control fields in ir_loop
2010-09-03 Ian Romanickglsl2: Add cmp field to ir_loop
2010-09-03 Ian Romanickglsl2: Set a flag when visiting the assignee of an...
2010-09-03 Ian Romanickexec_list: Add pop_head
2010-09-03 Ian Romanickir_print_visitor: Print empty else blocks more compactly
2010-09-03 Luca Barbierinvfx: fix division by zero in vp-ignore-input
2010-09-03 Luca Barbierinvfx: report correct max lodbias
2010-09-03 Luca Barbierinvfx: remove message
2010-09-03 Luca Barbierinvfx: support indirect addressing in vps
2010-09-03 Alex Deucherr600c: add proper returns for some evergreen functions
2010-09-03 Luca Barbierinvfx: fix support for more than 8 texture units (fixes...
2010-09-03 Dave Airlier600g: fix segfault in state after rework
2010-09-03 Alex Deucherr600c: emit DB_HTILE_DATA_BASE on evergreen
2010-09-03 Dave Airlier600g: refactor sample states into a reusable struct.
2010-09-03 Dave Airlier600g: reduce size of r600 context structure to !insane
2010-09-03 Dave Airlier600g: add texture border state.
2010-09-03 Dave Airlier600g: deref old driver states for set entry points.
2010-09-03 Dave Airlier600g: drop r600_bind_state.
2010-09-03 Dave Airlier600g: kill r600_context_state function
2010-09-03 Dave Airlier600g: move lots of state inline helpers to separate...
2010-09-03 Vinson Leedraw: Include missing headers in draw_vs_aos.h.
2010-09-02 Dave Airlier600g: drop magic numbers in depth state.
2010-09-02 Vinson Leeutil: Include missing header in u_linear.h.
2010-09-02 Vinson Leemesa: Fix printf-like warning.
2010-09-02 Vinson Leemesa: Fix printf-like warnings.
2010-09-02 Jerome Glisser600g: force unbind of previously bind sampler/sampler_view
2010-09-02 Brian Paulst/mesa: clamp gl_constants::MaxVarying against MAX_VARYING
2010-09-02 Ian Romanickglsl2: Update TODO file
2010-09-02 Jerome Glisser600g: fix memory/bo leak
next