mesa.git
2012-04-24 Eric Anholtglsl: Add doxygen explaining what main.cpp is for.
2012-04-24 Eric Anholti965/vs: Fix texelFetchOffset()
2012-04-24 Eric Anholti965/fs: Fix texelFetchOffset()
2012-04-24 Christoph Bumillernv50,nvc0: handle new vertex fetch caps
2012-04-24 Christoph Bumillernv50,nvc0: don't initialize the draw module, we don...
2012-04-24 Christoph Bumillernv50: enable shader watchdog timer
2012-04-24 Jeremy Huddlestondarwin: Eliminate a pthread mutex leak
2012-04-23 Marek Olšákradeonsi: stop using u_vbuf and adapt to gallium interf...
2012-04-23 Marek Olšáku_vbuf: don't call u_vbuf_upload_buffers if there's...
2012-04-23 Marek Olšáku_vbuf: don't upload user buffers if the driver support...
2012-04-23 Marek Olšáku_vbuf: optimize u_vbuf_translate_find_free_vb_slots
2012-04-23 Marek Olšáku_vbuf: turn bool arrays into bitmasks and loops into...
2012-04-23 Marek Olšáku_vbuf: take advantage of all new vertex fetch caps
2012-04-23 Marek Olšáku_vbuf: simplify u_vbuf_set_vertex_buffers
2012-04-23 Marek Olšáku_vbuf: rename native_attribs -> driver_attribs
2012-04-23 Marek Olšákr600g: move updating vertex buffer state into set_verte...
2012-04-23 Marek Olšákst/mesa: always expose ARB_ES2_compatibility
2012-04-23 Marek Olšákst/mesa: always expose ARB_half_float_vertex
2012-04-23 Marek Olšákgallium: make user vertex buffers optional
2012-04-23 Marek Olšáki915g: report that all vertex formats are supported
2012-04-23 Marek Olšákr600g: don't share u_upload_mgr with u_vbuf, create...
2012-04-23 Marek Olšákr300g: don't share u_upload_mgr with u_vbuf, create...
2012-04-23 Marek Olšáku_vbuf: pull u_vbuf_draw_max_vertex_count into r300g
2012-04-23 Marek Olšáku_vbuf: make use of the new CAPs to determine what...
2012-04-23 Marek Olšákgallium drivers: report that user vertex buffers are...
2012-04-23 Marek Olšákgallium: add CAPs for vertex fetcher
2012-04-23 Marek Olšáku_vbuf: remove u_vbuf_resource
2012-04-23 Marek Olšáku_vbuf: use user_ptr from pipe_resource
2012-04-23 Marek Olšákgallium: add user_ptr in pipe_resource
2012-04-23 Marek Olšáku_vbuf: override draw_vbo
2012-04-23 Marek Olšáku_vbuf: override create/bind/destroy_vertex_elements_state
2012-04-23 Marek Olšáku_vbuf: override set_vertex_buffers
2012-04-23 Marek Olšáku_vbuf: override set_index_buffer
2012-04-23 Marek Olšákst/mesa: use cso_set_index_buffer and cso_draw_vbo
2012-04-23 Marek Olšákgallium/util: use cso_draw_arrays in util_draw_vertex_b...
2012-04-23 Marek Olšákcso: add set_index_buffer and draw_vbo passthrough...
2012-04-23 Jeremy Huddlestondarwin: Don't build gallium
2012-04-23 Jonas Maebeapple: Fix a use after free
2012-04-23 Marek Olšákvbo: call UpdateState directly when notifying a driver...
2012-04-23 Marek Olšákvbo: do FLUSH_CURRENT before validating and updating...
2012-04-23 Marek Olšákr300g/automake: add $ARCH_FLAGS and $OPT_FLAGS
2012-04-23 Marek Olšákr600g/automake: add $ARCH_FLAGS and $OPT_FLAGS
2012-04-23 Brian Paulr600g: init vars to silence warnings
2012-04-23 Han Shen(沈涵)bin/mklib: remove '-m32' for arm linux
2012-04-23 Brian Paulst/mesa: no-op glCopyPixels if source region is out...
2012-04-23 Tom Stellardradeon/llvm: Don't print an error message when there...
2012-04-23 Tom Stellardradeon/llvm: Lower VCREATE_v4f32 for R600 and SI
2012-04-23 Tom Stellardr600g/llvm: Let ISel handle lowering to {INSERT,EXTRACT...
2012-04-23 Tom Stellardr600g/llvm: Only emit an instruction's explicit operands
2012-04-23 Tom Stellardr600g/llvm: Handle copies between vector registers
2012-04-23 Tom Stellardr600g/llvm: Remove debugging hack from R600InstrInfo...
2012-04-23 Tom Stellardr600g/llvm: Tell the code emitter to ignore KILL and...
2012-04-23 Tom Stellardr600/llvm: Add LOAD_VTX instruction
2012-04-23 Tom Stellardr600g: Add hooks for the LLVM shader compiler
2012-04-23 Tom Stellardr600g: Add TGSI->LLVM implementation v2
2012-04-23 Tom Stellardradeon: Move radeon_llvm_emit.cpp declarations into...
2012-04-23 Tom Stellardradeon: Remove HAVE_LLVM ifdefs
2012-04-23 Vadim Girlinr600g: fix gpr number calculation
2012-04-23 Tom Stellardconfigure.ac: Move HAVE_LLVM definition into configure.ac
2012-04-23 Dave Airlier600g: split add_reg into add_reg and add_reg_bo variants
2012-04-23 Jonas Maebeglapi: Correct size of allocated _glapi_table struct
2012-04-22 Dave Airlier600g: enable GLSL130 on all cards
2012-04-21 Dave Airlier600g: enable dual src blending on r600 cards
2012-04-21 Dave Airlier600g: enable GLSL 1.30 for r600 class
2012-04-21 Dave Airlier600: enable glsl 1.30 on r700
2012-04-20 Dave Airlier600g: report INTEGERS cap if glsl130 is on.
2012-04-20 Dave Airlier600g: enable glsl 130 on evergreen.
2012-04-20 Vadim Girlinr600g: disable I2F conversion for InstanceID if integer...
2012-04-20 Vadim Girlinr600g: store glsl_feature_level in the r600_screen
2012-04-20 Brian Paulmesa: move gl_array_attrib::NewState to gl_array_object...
2012-04-20 Brian Pauldocs: recommend 2GB of RAM for Viewperf tests
2012-04-20 Eric Anholti965: Convert live interval computation to using live...
2012-04-20 Eric Anholti965: Move the old live interval analysis code next...
2012-04-20 Eric Anholti965: Add support for live variable analysis using...
2012-04-20 Eric Anholti965: Add basic block generator.
2012-04-20 Eric Anholti965/fs: Suppress printing the whole loop in BRW_OPCODE...
2012-04-19 Eric Anholtglsl: Properly throw compile-time errors for conflictin...
2012-04-19 Eric Anholtglsl: Track in each ir_variable whether it was ever...
2012-04-19 Eric Anholtglsl: Convert the tests directory to automake.
2012-04-19 Eric Anholtglsl: Fix up some comments in structure splitting,...
2012-04-19 Eric Anholtglsl: Don't allow array splitting on function arguments.
2012-04-19 Eric Anholtglsl: Rename the "whole_array_access" member in array...
2012-04-19 Eric Anholtglsl: Fix up a comment explaining what a visitor class...
2012-04-19 Eric Anholtglsl: Use the column_types() helper method.
2012-04-19 Eric Anholtglx: Use AM_CPPFLAGS to pass -I and -D to both C and...
2012-04-19 Marek OlšákRevert "mesa: only update _MaxElement when we actually...
2012-04-19 Michel Dänzerradeonsi: Fix VGPR_BIT() definition.
2012-04-19 Michel Dänzerradeonsi: Replace magic numbers for vertex buffer resource.
2012-04-19 Michel Dänzerradeonsi: (User) SGPR related cleanups.
2012-04-19 Michel Dänzerradeonsi: Fix sampler offsets for shader intrinsic.
2012-04-19 Brian Pauldocs: overhaul the Mesa build/install instructions
2012-04-19 Brian Pauldocs: freshen up the download/unpack instructions
2012-04-19 Brian Paulmesa: move unrefs of array objects earlier in _mesa_fre...
2012-04-19 Christoph Bumillernv50,nvc0: prevent multiple flushes when user spins...
2012-04-19 Christoph Bumillernv50/ir/opt: swap VP inputs to first source where possible
2012-04-19 Marek Olšákvbo: remove vbo_context::mat_currval
2012-04-19 Marek Olšákvbo: remove vbo_context::generic_currval
2012-04-19 Marek Olšákvbo: remove vbo_context::legacy_currval
2012-04-19 Marek Olšákvbo: remove unused variables in vbo_context
2012-04-19 Marek Olšákvbo: don't check twice whether it's valid to render
next