OSDN Git Service

i915: Respect mfeatures.h.
[android-x86/external-mesa.git] / src / gallium /
2009-09-12 Chia-I Wust/es: Add OpenGL ES state trackers.
2009-09-11 Cooper Yuanr300g: only allocate one BO for vertex buffers, default...
2009-09-11 José Fonsecallvmpipe: set dirty_render_cache in llvmpipe_clear()
2009-09-11 José Fonsecallvmpipe: Update status in README and TODO/FIXME commen...
2009-09-10 Brian Paulsoftpipe: remove no-op softpipe_init_texture_funcs...
2009-09-10 Brian Paulsoftpipe: remove unused #includes, move comment
2009-09-10 Brian Paulutil: remove unneeded #includes
2009-09-10 Brian Paulsoftpipe: reformatting, clean-ups, comments
2009-09-10 Brian Paulutil: minor clean-ups, reformatting
2009-09-10 Brian Paulsoftpipe: remove unneeded #includes
2009-09-10 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-10 Zack Rusinst/xorg: rename ctx to pipe to match every other galliu...
2009-09-10 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-10 Zack Rusinst/xorg: temporarily disablie copies
2009-09-10 Zack Rusinst/xorg: implement pipelines surface/texture copies
2009-09-10 Zack Rusinst/xorg: unite finalization and stub out pipelined...
2009-09-10 Zack Rusinst/xorg: abstract flushing and syncing for the exa...
2009-09-10 Zack Rusinst/xorg: disable solid fills until copies are accelerat...
2009-09-10 Zack Rusinst/xorg: implement exasolids with full pipelining
2009-09-10 Zack Rusinst/xorg: start adding support for surface fills
2009-09-10 Brian Paulsoftpipe: minor indentation fix
2009-09-10 Brian Paulsoftpipe: set dirty_render_cache in softpipe_clear()
2009-09-10 Marcin Kościelnickinv50: Fix tiling mode for lower mipmap levels.
2009-09-10 Brian Paultgsi: use new tgsi_call_record to handle execution...
2009-09-10 Ian RomanickMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-10 Vinson Leegallium: Add PIPE_OS_APPLE back to auxiliary/util/u_time.h.
2009-09-10 Vinson Leeutil: Add PIPE_OS_APPLE back to auxiliary/util/u_time.h.
2009-09-10 José Fonsecallvmpipe: Fix alpha test.
2009-09-10 José Fonsecallvmpipe: Mask out color channels not present in the...
2009-09-10 José Fonsecallvmpipe: Fix sampling from depth textures. Respect...
2009-09-10 José Fonsecallvmpipe: Skip blending when mask is zero.
2009-09-10 José Fonsecallvmpipe: Proper control flow builders.
2009-09-10 José Fonsecallvmpipe: Copy the texture target into the sampler...
2009-09-09 José Fonsecallvmpipe: Quick hack for 1D textures.
2009-09-09 José Fonsecallvmpipe: Fix depth mask computation.
2009-09-09 José Fonsecallvmpipe: Include zsbuf's format in the fragment shader...
2009-09-09 José Fonsecautil: Fix depth/stencil format description.
2009-09-09 José Fonsecallvmpipe: Debug function to check stack alignment.
2009-09-09 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-09 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-09 aljengallium: Added HaikuOS platform
2009-09-08 Brian Paulgallium: added r8g8b8_get/put_tile_rgba()
2009-09-08 Jakob Bornecrantzi915g: Add buffer write callback
2009-09-08 Jakob Bornecrantzi915g: Reorg vbuf code a bit
2009-09-08 Jakob Bornecrantzi915g: pwrite batchbuffer instead of map
2009-09-08 Jakob Bornecrantzi915g: Keep vertex buffers in a fifo
2009-09-08 Jakob Bornecrantzutil: Add super simple fifo
2009-09-08 Jakob Bornecrantzi915g: Map vertex buffers via gtt
2009-09-08 Jakob Bornecrantzi915g: Remove lib prefix from driver
2009-09-08 Michel Dänzerst/xorg: Add support for EXA_MIXED_PIXMAPS and EXA_SUPP...
2009-09-08 Michal Krolgdi: Fix prototype of gdi_softpipe_surface_buffer_create().
2009-09-07 Vinson Leescons: Don't set LLVM_VERSION if one of the llvm-config...
2009-09-07 José Fonsecallvmpipe: Silent debug statement.
2009-09-07 José Fonsecallvmpipe: Better abs for floating points.
2009-09-07 José Fonsecallvmpipe: Code generate the texture sampling inside...
2009-09-07 José Fonsecallvmpipe: Texture sampling code generation primitives.
2009-09-07 José Fonsecallvmpipe: Convenience function to obtain the integer...
2009-09-07 José Fonsecallvmpipe: Utility functions for linear and bilinear...
2009-09-07 José Fonsecallvmpipe: Correct implementation of floor.
2009-09-07 José Fonsecallvmpipe: Utility function to get the pointer to a...
2009-09-07 José Fonsecallvmpipe: SoA pixel unpacking specialization.
2009-09-07 José Fonsecautil: Utility function to check if a number is a power...
2009-09-07 José Fonsecallvmpipe: Further abstract the texture sampling generat...
2009-09-06 Michel Dänzerr300g: Fix some issues pointed out by compiler warnings.
2009-09-06 Michel Dänzerr300g: Handle PIPE_BUFFER_USAGE_DONTBLOCK as intended.
2009-09-06 Nicolai Hähnler300g: Fix a number of warnings
2009-09-06 Nicolai Hähnler300g: Debug flags infrastructure
2009-09-05 Cooper Yuanr300g: update the value of register VAP_VF_MAX_VTX_INDX
2009-09-05 Cooper Yuanr300g: update rs_block state after changing rasterizer
2009-09-05 Cooper Yuanr300g: need to validate scissor and viewport state...
2009-09-04 Brian Paulgallium/xlib: minor clean-ups
2009-09-04 Jakob Bornecrantzi915g: Fix warnings in scons build by using byte pointers
2009-09-04 Michal Kroltgsi: Document differencies between vs_1_1 and vs_2_0...
2009-09-03 Brian Paulgallium/xlib: silence unitialized var warning
2009-09-03 Brian Paulgallium/xlib: silence uninitialized var warning
2009-09-03 Keith Whitwellutil: add version of u_blit_pixels which takes a writemask
2009-09-03 Brian Paulgallium/xlib: silence unitialized var warning
2009-09-03 Brian Paulgallium/xlib: silence uninitialized var warning
2009-09-03 Zack Rusinst/xorg: add linear and radial gradient acceleration
2009-09-03 Zack Rusinst/xorg: radial gradient shader
2009-09-03 Zack Rusinst/xorg: linear gradient shader
2009-09-03 Jakob Bornecrantzi915g: Up the number of relocs
2009-09-03 Jakob Bornecrantzi915g: Don't run in sync with HW
2009-09-03 Jakob Bornecrantzi915g: Don't send flush flags to HW
2009-09-03 Zack Rusinst/xorg: cleanup and adjust to the changes in the ureg...
2009-09-03 Zack Rusinst/xorg: adjust enums in preperation for gradients
2009-09-03 Keith Whitwellaux/tgsi: pull back ureg work from 0.1 branch
2009-09-03 Christoph Bumillernv50: move centroid, flat bits when making interp long
2009-09-03 Christoph Bumillernv50: fix vbo_static_attrib method size error
2009-09-03 Christoph Bumillernv50: fix draw_elements_inline_u08/16
2009-09-03 Cooper Yuanr300g: specify point/line/triangle have stuffed texture...
2009-09-02 Zack Rusinst/xorg: fix warnings
2009-09-02 Zack Rusinst/xorg: handle xrender repeat modes
2009-09-02 Zack Rusinst/xorg: flip the coordinate system
2009-09-02 Zack Rusinst/xorg: handle solid fills in the fragment shader
2009-09-02 Jakob Bornecrantzst/xorg: Guard against realy old versions of Xorg
2009-09-02 Keith Whitwellutil: add version of u_blit_pixels which takes a writemask
2009-09-02 Keith Whitwelldraw: remove unused variable
2009-09-02 Michel Dänzerst/xorg: Remove code no longer support by xserver Git
2009-09-02 Michel Dänzerst/xorg: Add support for xserver Git master DRI2 interface.
next