svga: remove needless debug-mode linked list code
[mesa.git] / src /
2012-10-15 Brian Paulsvga: remove needless debug-mode linked list code
2012-10-15 Chris Festerutil: null-out the node's prev/next pointers in list_del()
2012-10-14 Christoph Bumillernouveau: fix offset in nouveau_buffer_transfer_map
2012-10-12 Matt Turneru_format_s3tc.c: Don't call getenv() twice
2012-10-12 Tapani Pälliandroid: generate matching remap_helper to dispatch...
2012-10-12 José Fonsecagallivm: Don't use llvm.x86.avx.max/min.ps.256 inadvert...
2012-10-12 José Fonsecatgsi: Dump register number when dumping immediates.
2012-10-12 Roland Scheideggergallivm: fix rsqrt failures
2012-10-12 José Fonsecagalahad: galahad_context_blit
2012-10-12 Marek Olšákr600g: move shader structures into r600_shader.h
2012-10-12 José Fonsecamesa/st: Fix assertions.
2012-10-12 Marek Olšákr600g: implement MSAA resolving for 8-bit and 16-bit...
2012-10-12 Oliver McFaddenintel: print debug either to stdout or `logcat' dependi...
2012-10-11 Brian Paulutil: fix broken pipe_get_tile_rgba() call
2012-10-11 Tom Stellardradeon/llvm: Fix build with LLVM 3.2
2012-10-11 Tom Stellardclover: Fix build with LLVM 3.2
2012-10-11 Tom Stellardclover: Don't link against libclangRewrite
2012-10-11 Marek Olšákradeonsi: handle unhandled CAPs
2012-10-11 Marek Olšákradeonsi: fixup the return type of is_format_supported
2012-10-11 Marek Olšákradeonsi: remove unused local variables
2012-10-11 Marek Olšákr600g: put user indices in the command stream for small...
2012-10-11 Marek Olšákr600g: inline r600_translate_index_buffer
2012-10-11 Marek Olšákgallium: unify transfer functions
2012-10-11 Marek Olšákst/mesa: use the renderbuffer chosen by core Mesa in...
2012-10-11 Marek Olšáksoftpipe: remove unused functions
2012-10-11 Marek Olšákst/mesa: use transfer_inline_write in st_texture_image_data
2012-10-11 Marek Olšákst/mesa: remove useless checking in reset_cache
2012-10-11 Brian Paulsvga: don't use uninitialized framebuffer state
2012-10-11 John Kåre Alsakersvga: Remove wierd code which forces non-sRGB formats.
2012-10-11 John Kåre Alsakersvga: Add support for 16-bit per channel RGBA
2012-10-10 Eric Anholti965/vs: Add support for splitting virtual GRFs.
2012-10-10 Eric Anholti965/vs: Try again when we've successfully spilled...
2012-10-10 Kenneth Graunkei965/vs: Implement register spilling.
2012-10-10 Kenneth Graunkei965/vs: Fix unit mismatch in scratch base_offset param...
2012-10-10 Matt Turneregl: Return EGL_BAD_MATCH for invalid profile attributes
2012-10-10 Vincent Lejeuneradeon/llvm: use ceil intrinsic instead of llvm.AMDIL...
2012-10-10 Vincent Lejeuneradeon/llvm: use floor intrinsic instead of llvm.AMDIL...
2012-10-10 Vincent Lejeuneradeon/llvm: use llvm fabs intrinsic
2012-10-10 Vincent Lejeuneradeon/llvm: use llvm intrinsic for flog2
2012-10-10 Vincent Lejeuneradeon/llvm: add support for cos/sin intrinsic
2012-10-10 Vincent Lejeuneradeon/llvm: add a pattern for fsqrt
2012-10-10 Paul Berryglapi: Reformat python code generation scripts to use...
2012-10-10 José Fonsecamesa: Avoid C99 indexed initializers.
2012-10-10 José Fonsecamesa: Prevent CONST macro re-definition.
2012-10-10 José Fonsecamesa: Silence 'assignment makes integer from pointer...
2012-10-10 Imre Deakglget: fix make check for glGet GL_POLYGON_OFFSET_BIAS
2012-10-10 Imre Deakmesa: glGet: remove the unused TYPE_API_MASK flags
2012-10-10 Imre Deakmesa: glGet: use the build time generated hash tables
2012-10-10 Imre Deakmesa: glGet: add script to generate hash tables in...
2012-10-10 Imre Deakscons/android: add flag to check for enabled GL APIs
2012-10-10 Imre Deakmesa: glGet: rename *{_EXT,_ARB} enums missing from...
2012-10-10 Imre Deakmesa: glGet: simplify the 'enum not found' condition
2012-10-10 Imre Deakmesa: glGet: fix parameter lookup for apps using multip...
2012-10-10 Imre Deakglapi: rename/move GL_POLYGON_OFFSET_BIAS to its extens...
2012-10-09 Marek Olšákr600g: move SQ_GPR_RESOURCE_MGMT_1 into new config_state
2012-10-09 Marek Olšákr600g: move DB_SHADER_CONTROL into db_misc_state
2012-10-09 Marek Olšákr600g: emit PS_PARTIAL_FLUSH at the beginning of CS
2012-10-09 Marek Olšákr600g: atomize depth-stencil-alpha state
2012-10-09 Marek Olšákr600g: atomize rasterizer state
2012-10-09 Marek Olšákr600g: sort variables in r600_context
2012-10-09 Marek Olšákr600g: initialize SQ_VTX_SEMANTIC_* in the start_cs...
2012-10-09 Marek Olšákr600g: atomize scissor state
2012-10-09 Marek Olšákr600g: atomize polygon offset state
2012-10-09 Marek Olšákr600g: atomize fetch shader
2012-10-09 Marek Olšákr600g: remove the dual_src_blend flag from the shader key
2012-10-09 Marek Olšákr600g: atomize blend state
2012-10-09 Marek Olšákr600g: inline r600_atom_dirty
2012-10-09 Marek Olšákr600g: remove the "atom" variable from r600_command_buffer
2012-10-09 Eric Anholtegl: Remove bogus invalidate code.
2012-10-09 Eric Anholtegl: Add support for driconf control of swapinterval.
2012-10-09 Eric Anholtglx: Replace DRI2SwapBuffers() custom protocol with...
2012-10-09 Eric Anholtglx: Fix some indentation.
2012-10-09 Eric Anholtglx: Replace DRI2SwapInterval custom protocol with...
2012-10-09 Eric Anholtglx: Reuse setSwapInterval for setting initial swap...
2012-10-09 Eric Anholtglx: Allow glXSwapInterval(0) when vblank_mode=0.
2012-10-09 Eric Anholtglx: Replace DRI2GetMSC custom protocol with XCB.
2012-10-09 Eric Anholtglx: Replace DRI2WaitForMSC custom protocol with XCB.
2012-10-09 Eric Anholtglx: Replace DRI2WaitForSBC custom protocol with XCB.
2012-10-09 Eric Anholtglx/dri1: Remove uncompiled __DRI_SWAP_BUFFER_COUNTER...
2012-10-09 Eric Anholtegl: Quit checking for a bug in old xcb when we require...
2012-10-09 Eric Anholtegl: Drop xcb ifdefs by just requiring a version from...
2012-10-09 Eric Anholtegl: Unifdef dri_interface.h defines.
2012-10-09 Eric Anholtglx: Unifdef some dri_interface.h defines.
2012-10-09 Eric Anholtglx: Remove the last user of -DUSE_XCB.
2012-10-09 Eric Anholtglx: Unifdef USE_XCB.
2012-10-09 Eric Anholtegl: Cleanly cast EGLNative* pointers to X11 types.
2012-10-09 Vincent Lejeuner600g: use a select to handle front/back color in llvm
2012-10-09 Vincent Lejeuner600g: frontcolor tracks its associated backcolor
2012-10-09 Matt TurnerRemove VAAPI support.
2012-10-09 Marcin Slusarznv50: fix build after "nv50: fix printf warning"
2012-10-09 Marcin Slusarznouveau: use pre-calculated stride for resource_get_handle
2012-10-09 Tom Stellardr600g: Fix build with --enable-opencl
2012-10-09 Ian Romanickmesa/tests: Remove driverCtx parameter from call to...
2012-10-09 Quentin Glidicintel: Add missing #include <time.h>
2012-10-09 Kenneth Graunkei965: Delete some dead code from brw_eu_emit.c.
2012-10-09 Brian Paulmesa: remove unused _mesa_cpal_compressed_format_type...
2012-10-09 Marek Olšáknv50: fix printf warning
2012-10-09 Marek Olšáknv30: fix type conversion warning
2012-10-09 Marek Olšáki915g: fix unused variable and type conversion warnings
2012-10-09 Daniel Stoneteximage: Remove unnecessary compressed format check
next