mesa.git
2013-05-06 Eric Anholtmesa: Make core Mesa allocate the texture renderbuffer...
2013-05-06 Eric Anholti965: Use brw_blorp_blit_miptrees() for CopyTexSubImage().
2013-05-06 Eric Anholti965: Move blorp resolve setup into brw_blorp_blit_mipt...
2013-05-06 Tom Stellardgallivm: Fix build for LLVM < 3.3
2013-05-06 Tom Stellardr600g/llvm: Parse config values in register / value...
2013-05-06 Tom Stellardr600g/llvm: Don't feed LLVM output through r600_bytecod...
2013-05-06 Tom Stellardr600g/llvm: Don't emit CALL_FS for vertex shaders
2013-05-06 Matt Turneri965: Lower bitfieldInsert.
2013-05-06 Matt Turneri965/vs: Add support for bit instructions.
2013-05-06 Matt Turneri965/fs: Add support for bit instructions.
2013-05-06 Matt Turneri965: Add support for emitting and disassembling bit...
2013-05-06 Matt Turneri965: Print the correct dst and shared-src types for...
2013-05-06 Matt Turneri965/gen7: Set src/dst types for 3-src instructions.
2013-05-06 Matt Turneri965: Add 3-src destination and shared-source type...
2013-05-06 Matt Turneri965: Add Gen7+ fields to brw_instruction and add comments.
2013-05-06 Matt Turnerglsl: Add a pass to lower bitfield-insert into bfm...
2013-05-06 Matt Turnerglsl: Add constant evaluation of bit built-ins.
2013-05-06 Matt Turnerglsl: Add support for new bit built-ins in ARB_gpu_shader5.
2013-05-06 Matt Turnerglsl: Add new bit built-ins IR and prototypes from...
2013-05-06 Matt Turnerglsl: Rework ir_reader to handle expressions with four...
2013-05-06 Matt Turnermesa: Add infrastructure for ARB_gpu_shader5.
2013-05-06 Tom Stellardradeon/llvm: Always build libradeonllvm as static
2013-05-06 Tom Stellardradeon/llvm: Use LLVM C API for compiling LLVM IR to...
2013-05-06 Tom Stellardgallivm: Move LLVMStartMultithreaded() static initializ...
2013-05-06 Tom Stellardradeon/llvm: Don't use the global context when parsing...
2013-05-06 Eric Anholti965: Remove GL_ARB_color_buffer_float from GL core...
2013-05-06 Tom Stellardr600g/llvm: Update radeon family mappings for LLVM...
2013-05-06 Chia-I Wuandroid: libsync is needed on Android 4.2+ for any...
2013-05-06 Chia-I Wuandroid: add ilo to the build system
2013-05-05 Eric Anholtglsl: Flip around "if" statements with empty "then...
2013-05-05 Chia-I Wuilo: correctly set return types of sampler messages
2013-05-04 Vincent Lejeuner600g/llvm: Undefines unrequired texture coord values
2013-05-04 Maarten Lankhorstnvc0: fixup video decoding with 2D_ARRAY
2013-05-04 Chia-I Wugallium: fix type of flags in pipe_context::flush()
2013-05-04 Eric Anholti965: Enable fast clears on non-8x4-aligned sizes.
2013-05-04 Brian Paulvbo: add comments, const qualifiers
2013-05-04 Brian Paulmesa: whitespace, formatting fixes, etc in api_arrayelt.c
2013-05-04 Brian Paulvbo: use new no-op ArrayElement in _mesa_noop_vtxfmt_init()
2013-05-04 Brian Paulmesa: change ctx->Driver.NeedFlush to GLbitfield and...
2013-05-04 Brian Paulmesa; change ctx->Driver.SaveNeedFlush to boolean,...
2013-05-04 Brian Paulvbo: update comments for vbo_save_NotifyBegin()
2013-05-04 Brian Paulvbo: implement primitive merging for glBegin/End sequences
2013-05-04 Brian Paulvbo: create a few utility functions for merging primitives
2013-05-03 Zack Rusindraw/pt: adjust overflow calculations
2013-05-03 Zack Rusintgsi/ureg: make the dst register match the src indirection
2013-05-03 Roland Scheideggergallium: tgsi documentation updates and clarification...
2013-05-03 Roland Scheideggerllvmpipe: get rid of depth swizzling.
2013-05-03 Lauri Kasanenr600g: Correctly initialize the shader key, v2
2013-05-03 Lauri Kasanenst/xvmc/tests: Fix build failure, v2
2013-05-03 Andreas Bollscons: remove nouveau build
2013-05-03 Andreas Bollscons: remove radeon build
2013-05-03 Alex Deucherr600g: don't emit surface_sync after FLUSH_AND_INV_EVENT
2013-05-03 Vadim Girlinr600g/sb: zero-initialize bytecode structs
2013-05-03 Vadim Girlinr600g/sb: fix constant propagation in gvn pass
2013-05-03 Vadim Girlinr600g/sb: don't run unnecessary passes
2013-05-03 Vadim Girlinr600g/sb: silence warnings with gcc 4.8
2013-05-03 Vadim Girlinr600g/sb: fix handling of interference sets in post_sch...
2013-05-03 Vadim Girlinr600g/sb: fix allocation of indirectly addressed input...
2013-05-03 Vadim Girlinr600g/sb: use hex instead of binary constants
2013-05-03 Vadim Girlinr600g: use old shader disassembler by default
2013-05-03 Christian Königradeon/uvd: enable interlaced buffers by default
2013-05-03 Christian Königvl/idct: fix for commit 7d2f2a0c890b1993532a45c8c392c28...
2013-05-03 Christian Königvl/buffers: fix typo in function name
2013-05-03 Christian Königradeon/uvd: fix some MPEG4 artifacts
2013-05-03 José Fonsecadraw: Update for u_assembled_primitive -> u_assembled_p...
2013-05-03 Chia-I Wust/egl: fix bulid errors on Android 4.2
2013-05-03 Chia-I Wuilo: use u_reduced_prims_for_vertices()
2013-05-03 Chia-I Wuutil/prim: add u_reduced_prims_for_vertices()
2013-05-03 Chia-I Wuutil/prim: assorted fixes for u_decomposed_prims_for_ve...
2013-05-03 Chia-I Wuutil/prim: use vertex count info in u_validate_pipe_prim()
2013-05-03 Chia-I Wuutil/prim: fix the name of the include guard
2013-05-03 Chia-I Wudraw: use u_assembled_prim() instead of u_assembled_pri...
2013-05-03 Chia-I Wuutil/prim: clean up and add comments
2013-05-03 Chia-I Wuutil/prim: fix primitive trimming for triangles with...
2013-05-02 Eric Anholti965/vs: Add instruction scheduling.
2013-05-02 Eric Anholti965: Move most of the FS instruction scheduler code...
2013-05-02 Eric Anholti965: Pull a couple of FS scheduling functions out...
2013-05-02 Eric Anholti965: Move FS instruction scheduling to a non-FS-specif...
2013-05-02 Eric Anholti965: Share the register file enum between the two...
2013-05-02 Eric Anholti965: Make dump_instructions be a virtual method of...
2013-05-02 Eric Anholti965/vs: Do round-robin register allocation on gen6...
2013-05-02 Rob Bradfordwayland: Make eglQueryBufferWL succeed for width and...
2013-05-02 Zack Rusindraw/gs: don't crash when vs/gs signatures don't match
2013-05-02 Zack Rusintgsi: allow negation of all integer types
2013-05-02 Eric Anholti965: Fix SNB GPU hangs when a blorp batch is the first...
2013-05-02 Tom Stellardr600g: Don't set the dest cache bits on surface sync...
2013-05-02 Tom Stellardr600g/compute: Fix build error in debug code
2013-05-02 Armin Kradeon: Fix build with LLVM 3.3
2013-05-02 Armin Kgallivm: Fix build with LLVM 3.3
2013-05-02 Brian Paulmesa: update comments, simplify code in vtxfmt.c
2013-05-02 Brian Paulmesa: update GLvertexformat comments
2013-05-02 Brian Paulmesa: remove GLvertexformat::EvalMesh1(), EvalMesh2()
2013-05-02 Brian Paulmesa: remove GLvertexformat::Rectf()
2013-05-02 Brian Paulmesa: simplify dispatch for glDraw* functions
2013-05-02 Brian Paulvbo: add new vbo_initialize_exec_dispatch(), vbo_initia...
2013-05-02 Brian Paulmesa: remove _MESA_INIT_EVAL_VTXFMT() macro
2013-05-02 Brian Paulmesa: remove _MESA_INIT_ARRAYELT_VTXFMT() macro
2013-05-02 Brian Paulmesa: remove _MESA_INIT_DLIST_VTXFMT() macro
2013-05-02 Brian Paulmesa: change _mesa_inside_dlist_begin_end() to handle...
2013-05-02 Brian Paulmesa: add names of geometry shader prims in gl_enums.py
next