mesa.git
2012-05-01 Kenneth Graunkeglsl: Remove some completed tasks from the old "TODO...
2012-05-01 Tom Stellardradeon/llvm: Fix build for updated LLVM 3.1 release...
2012-05-01 Brian Paulsoftpipe: use any_swizzle() helper in sp_tex_sample.c
2012-05-01 Brian Paulsoftpipe: whitespace, comment clean-ups in sp_tex_sample.c
2012-05-01 Brian Paulsoftpipe: implement coord clamping for texel fetches...
2012-05-01 Brian Paulxlib: use _mesa_is_winsys/user_fbo() helpers
2012-05-01 Brian Paulintel: use _mesa_is_winsys/user_fbo() helpers
2012-05-01 Brian Paulnouveau: use _mesa_is_winsys/user_fbo() helpers
2012-05-01 Brian Paulradeon: use _mesa_is_winsys/user_fbo() helpers
2012-05-01 Tom Stellardradeon/llvm: Add subtarget feature: DumpCode
2012-05-01 Vinson Leeglsl: Initialize member variable in ir_copy_propagation...
2012-04-30 Dragomir Ivanovr600g/llvm: Remove unnecessary dynamic casts
2012-04-30 Dragomir Ivanovr600g/llvm: Add pattern for llvm.AMDGPU.kill v2
2012-04-30 Tom Stellardr600g/llvm: Fix handling of MASK_WRITE instructions
2012-04-30 Tom Stellardradeon/llvm: Use a custom emit function for TGSI_OPCODE_KIL
2012-04-30 Sean V Kelleyi965: Support Android RGBX8888 format for EGL generated...
2012-04-30 Sean V Kelleyegl/android: Add support for RGBX_8888 used in Android...
2012-04-30 David Herrmannegl-fbdev: Fix compile-error by including errno.h
2012-04-30 Ander Conselvan... intel: set dri_format field for all images
2012-04-30 Ander Conselvan... intel: properly return the image format on intel_query_...
2012-04-30 Ander Conselvan... gbm: add gbm_bo_get_device() function
2012-04-30 Ander Conselvan... gbm: update documentation to reflect current behavior
2012-04-30 Ander Conselvan... gbm: add gbm_bo_get/set_user_data()
2012-04-30 Ander Conselvan... gbm: remove unused fields from gbm_dri_surface
2012-04-30 Brian Paulsvga: add cases for recently added PIPE_CAP queries
2012-04-30 Dylan Noblesmithmesa: reject immutable textures in glEGLImageTargetText...
2012-04-30 José Fonsecascons: Fix build without llvm.
2012-04-29 José Fonsecascons: Parse = operator in source lists too.
2012-04-29 Christoph Bumillernv50,nvc0: fix depth/stencil resolve
2012-04-29 Christoph Bumillernvc0/ir/opt: INTERP does not support JOIN
2012-04-29 Christoph Bumillernv50/ir/opt: try to convert ABS(SUB) to SAD
2012-04-29 Christoph Bumillernvc0/ir: try to use the optimal texture op mode
2012-04-29 Christoph Bumillernvc0/ir: initial implementation of nve4 scheduling...
2012-04-29 Christoph Bumillernvc0/ir: implement better placement of texture barriers
2012-04-29 Christoph Bumillernv50/ir/tgsi: fix handling of early RET
2012-04-29 Christoph Bumillernvc0/ir/emit: fix emitTXQ 2nd src
2012-04-29 Christoph Bumillernvc0/ir/target: integer ADD doesn't support ABS modifier
2012-04-29 Marek Olšáku_vbuf: unbind vertex buffers on destroy
2012-04-29 Marek Olšáku_blitter: fix resource leak
2012-04-29 Marek Olšákradeonsi: make r600_buffer_transfer_unmap a no-op
2012-04-29 Marek Olšákr600g: make r600_buffer_transfer_unmap a no-op
2012-04-29 Marek Olšákr300g: make r300_buffer_transfer_unmap a no-op
2012-04-29 Marek Olšákr300g: use u_default_transfer_inline_write
2012-04-29 Marek Olšákradeonsi: use u_default_transfer_inline_write
2012-04-29 Marek Olšákwinsys/radeon: simplify buffer map/unmap functions
2012-04-29 Dylan Noblesmithmesa: require GL_MAX_SAMPLES >= 4 for GL 3.0
2012-04-29 Dylan Noblesmithautoconf: pass -Wall to automake
2012-04-28 Vinson Leeglsl: Remove unused member predicate from ir_dead_funct...
2012-04-27 Kenneth Graunkei965/fs: Fix FB writes that tried to use the non-existe...
2012-04-27 Vinson Leeglsl: Remove unused member mem_ctx from ir_dead_functio...
2012-04-26 Ben Skeggsnv30: properly init window information
2012-04-25 Tom Stellardradeonsi/llvm: Silence a warning
2012-04-25 Tom Stellardradeon/llvm: Remove unused header files
2012-04-25 Tom Stellardradeon/llvm: Remove AMDILMachineFunctionInfo.cpp
2012-04-25 Tom Stellardradeon/llvm: Remove AMDILModuleInfo.cpp
2012-04-25 José Fonsecagallivm: Use lp_build_alloca instead of LLVMBuildAlloca...
2012-04-25 Tom Stellardradeon/llvm: Remove AMDILELFWriterInfo.cpp
2012-04-25 Tom Stellardradeon/llvm: Remove AMDILLiteralManager.cpp
2012-04-25 Tom Stellardradeon/llvm: Remove AMDILInliner.cpp
2012-04-25 Tom Stellardradeon/llvm: Remove AMDILBarrierDetect.cpp
2012-04-25 Tom Stellardradeon/llvm: Remove AMDILPrintfConvert.cpp
2012-04-25 Tom Stellardradeon/llvm: Remove GlobalManager and KernelManager
2012-04-25 Tom Stellardradeon/llvm: Remove AsmPrinter files
2012-04-25 Tom Stellardradeon/llvm: Remove IOExpansion files
2012-04-25 Tom Stellardradeon/llvm: Remove AMDILPointerManager.cpp
2012-04-25 Tom Stellardradeonsi/llvm: Fix initialization of SIMachineFunctionInfo
2012-04-25 José Fonsecamesa/st: Fix derreference after free.
2012-04-24 Marek Olšákgallium/docs: document the new vertex fetch CAPs
2012-04-24 Christoph Bumillernv50: fix typo in nv50_fragprog_assign_slots
2012-04-24 Eric Anholtglsl: Add implementation of inverse() for mat2/3/4.
2012-04-24 Eric Anholtglsl: Add support for generating builtin code from...
2012-04-24 Eric Anholtglsl: Make ir_reader parse the "temporary" variable...
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
next