mesa.git
2012-10-31 Marek Olšákgallium: expose ARB_map_buffer_alignment on Radeon
2012-10-31 Marek Olšákmesa: implement ARB_map_buffer_alignment
2012-10-31 Marek Olšákst/mesa: don't use _NEW_PROGRAM where ST_NEW_xxx_PROGRA...
2012-10-30 Marek Olšákr600g: use better sample positions for 8x MSAA
2012-10-30 Marek Olšákgallium: add start_slot parameter to set_vertex_buffers
2012-10-30 Marvin Schmidtst/xorg: Remove superfluous miInitializeBackingStore...
2012-10-30 Vinson Leexlib: Do not undefine _R, _G, and _B.
2012-10-29 Brian Paulmesa: remove array size so the static assert can work
2012-10-29 Brian Paulmesa: use GLuint for more gl_constants fields
2012-10-29 Brian Paulvbo: silence MSVC double/float conversion warnings
2012-10-29 Brian Paulmesa: silence some MSVC conversion warnings in get.c
2012-10-29 Brian Paulmesa: silence MSVC signed/unsigned comparision warnings...
2012-10-29 Brian Paulmesa: silence MSVC signed/unsigned comparision warnings...
2012-10-29 Brian Paulmesa: silence MSVC signed/unsigned comparision warnings...
2012-10-29 Brian Paulmesa: silence MSVC signed/unsigned comparison warning...
2012-10-29 Brian Paulmesa: silence MSVC double/float assignment warnings...
2012-10-29 Vincent Lejeuner600g: tgsi-to-llvm emits right input intrinsics
2012-10-29 Tapani Pälliintel: support for 16 bit config with 24 depth and...
2012-10-29 Ian Romanickdri: Support MESA_FORMAT_SARGB8 in driCreateConfigs
2012-10-29 Ian Romanickintel: If the visual is sRGB, use an sRGB internal...
2012-10-29 Ian Romanickdri: Convert driCreateConfigs to use a gl_format enum
2012-10-29 Ian Romanickdri_util: Elminiate the bytes_per_pixel table
2012-10-29 Ian Romanickdri_util: Remove support for RGB332 framebuffers
2012-10-29 Ian Romanickswrast: Remove the 2_3_3_REV framebuffer format
2012-10-29 Ian Romanickglx: Add the extension string for GLX_ARB_framebuffer_sRGB
2012-10-29 Ian Romanickglx: Set sRGBCapable to a default value
2012-10-29 Bryan Cainglsl_to_tgsi: set correct register type for array and...
2012-10-29 Marek Olšákr600g: implement texturing with 8x MSAA compressed...
2012-10-29 Marek Olšákmesa: bump MAX_VARYING to 32
2012-10-29 Andreas BollRevert "glsl_to_tgsi: set correct register type for...
2012-10-28 Vinson Leescons: Add -fno-rtti to CXXFLAGS with llvm-3.2.
2012-10-28 Christoph Bumillernv50/ir: restore use of long immediate encodings
2012-10-28 Christoph Bumillernv50,nvc0: fix 2d engine stencil-only copies
2012-10-28 Alexander V... gallium/gallivm: code generation options for LLVM 3.1+
2012-10-26 Eric Anholti965: Merge brw_prepare_query_begin() and brw_emit_quer...
2012-10-26 Eric Anholti965: Rename misleading "active" field of brw->query.
2012-10-26 Marek Olšákr600g: advertise 32 streamout vec4 outputs
2012-10-26 Brian Paulsoftpipe: remove extraneous whitespace
2012-10-26 Brian Paulgallivm/llvmpipe: fix 64-bit %ll format compiler warnin...
2012-10-26 Marek Olšákr600g: advertise 32 fragment shaders inputs, not 34
2012-10-26 José Fonsecagraw/fs-test: Use user constant buffers.
2012-10-26 José Fonsecatrace: Flush before drawing.
2012-10-26 José Fonsecagraw: Ensure new members are zeroed.
2012-10-26 José Fonsecatests/graw: Update occlusion query example.
2012-10-26 Michel Dänzerradeonsi: Handle TGSI_SEMANTIC_FACE.
2012-10-26 Michel Dänzerradeonsi: Handle TGSI_SEMANTIC_BCOLOR.
2012-10-26 Michel Dänzerradeonsi: Don't snoop context state while building...
2012-10-26 Michel Dänzerradeon/llvm: Add intrinsic for reading SI FRONT_FACE...
2012-10-26 Alex Deucherr600g: split cayman common state out into a shared...
2012-10-26 Alex Deucherr600g: emit some additional regs on cayman
2012-10-26 Alex Deucherr600g: there are 16 const buffer size regs for each...
2012-10-26 Alex Deucherr600g: rework evergreen_init_common_regs()
2012-10-26 Alex Deucherr600g/compute: always CONTEXT_CONTROL packet at start...
2012-10-26 José Fonsecatools/trace: More helpful message when no args are...
2012-10-26 José Fonsecascons: Build xlib swrast too.
2012-10-26 Christian Königvl: fix the dri winsys helper screen init
2012-10-26 Vinson Leetests: Use printf instead of debug_printf in u_format_c...
2012-10-25 Marek Olšákr300g: fix texture border color for sRGB formats
2012-10-25 Kenneth Graunkeglsl: Allow ir_if in the linker's move_non_declarations...
2012-10-25 Kenneth Graunkei965/vs: Preserve the type when copy propagating into...
2012-10-25 Kenneth Graunkei965/vs: Don't lose the MRF writemask when doing comput...
2012-10-25 Kenneth Graunkeglcpp: Don't use infinite lookhead for #define differen...
2012-10-25 Kenneth Graunkei965/vs: Fix debug dumping of VS push constants.
2012-10-25 Matt Turnermesa/tests: Add ES3.0 dispatch table sanity test
2012-10-25 Matt TurnerSplit dispatch sanity's validate_function test into two
2012-10-25 Paul Berrydispatch_sanity: print names of functions that shouldnt...
2012-10-25 Paul Berryshared-glapi: implement _glapi_get_proc_name().
2012-10-25 Matt Turnersrc/glsl/tests/Makefile.am: Specify -I... in AM_CPPFLAGS
2012-10-25 Matt Turneregl: Import eglext.h revision 19332
2012-10-25 Matt Turnerralloc: Annotate printf functions with PRINTFLIKE(...)
2012-10-25 Matt Turnerbuild: Ship install-sh in the tarball
2012-10-25 José Fonsecamesa/st: Don't use 4bits for GL_UNSIGNED_BYTE_3_3_2...
2012-10-25 José Fonsecatrace: Fix dumping of set_constant_buffer method.
2012-10-24 Andreas Bolldocs: add another fixed bug to mesa 8.0.5 release notes
2012-10-24 Andreas Bolldocs: Add 8.0.5 release notes
2012-10-24 Bryan Cainglsl_to_tgsi: set correct register type for array and...
2012-10-24 Vincent Lejeuner600g: force bank_swizzle if already set
2012-10-24 Vincent Lejeuner600g: rewrite tgsi-to-llvm load-input to handle fragcoord
2012-10-24 Christoph Bumillernv50/ir/tgsi: fix srcMask for TXP with SHADOW1D
2012-10-24 Ian Romanickmesa: Use MIN instead of CLAMP for unsigned source...
2012-10-24 Michel Dänzerst/mesa: Fix assertions for copying texture image to...
2012-10-24 Andreas Bollgallium/docs: fix sphinx warning
2012-10-24 Vinson Leescons: Do not use -fvisibilty=hidden on Cygwin.
2012-10-23 Andreas Bollmesa: fix indentation in get-pick-list.sh script
2012-10-23 Andreas Bollmesa: grep for commits with cherry picked in commit...
2012-10-23 Andreas Bollmesa: optimize get-pick-list.sh script
2012-10-23 Andreas Bollmesa: simplify get-pick-list.sh script
2012-10-23 Ian Romanickmesa: add get-pick-list.sh script into bin/
2012-10-23 Paul Berry_mesa_create_exec_table: GLES3 fixes.
2012-10-23 Paul Berry_mesa_create_exec_table(): deprecate ProgramStringARB.
2012-10-23 Paul Berry_mesa_create_exec_table: de-deprecate GetPointerv.
2012-10-23 Paul Berryglapi: Alias VertexAttribDivisor and VertexAttribDiviso...
2012-10-23 Paul Berryglapi: Alias ClampColor and ClampColorARB.
2012-10-23 Paul Berrymain: Fix warning ('struct gl_context' declared inside...
2012-10-23 Eric Anholtmesa: Return 0 for GL_CURRENT_QUERY with a mismatched...
2012-10-23 Eric Anholtmesa: Refuse to EndQuery with a mismatched query target.
2012-10-23 Eric Anholtmesa: Throw an error for a new query on an already...
2012-10-23 Eric Anholti965: Actually add support for GL_ANY_SAMPLES_PASSED...
2012-10-22 Brian Paulst/mesa: free TGSI tokens with ureg_free_tokens()
2012-10-22 Brian Paulst/mesa: replace REALLOC() with realloc()
next