OSDN Git Service

mesa: silence warning
[android-x86/external-mesa.git] / src /
2009-09-12 Brian Paulmesa: silence warning
2009-09-12 Brian Paulst: added preprocessor test for FEATURE_texture_s3tc
2009-09-12 Brian Paulmesa: fix set_tex_parameteri() call
2009-09-12 Chia-I Wumesa/main: Provide dummy texformats when FEATURE_textur...
2009-09-12 Chia-I Wumesa/main: Provide dummy texformats when FEATURE_textur...
2009-09-12 Chia-I Wumesa/main: Export null texformat operations.
2009-09-12 Chia-I Wumesa/main: Make FEATURE_dlist follow feature conventions.
2009-09-12 Chia-I Wumesa/main: Make FEATURE_evaluators follow feature conve...
2009-09-12 Chia-I Wumesa/main: New feature FEATURE_queryobj.
2009-09-12 Chia-I Wumesa/main: New feature FEATURE_arrayelt.
2009-09-12 Chia-I Wumesa/main: Make FEATURE_texgen follow feature conventions.
2009-09-12 Chia-I Wumesa/main: Make FEATURE_feedback follow feature convent...
2009-09-12 Chia-I Wumesa/main: Make FEATURE_drawpix follow feature conventions.
2009-09-12 Chia-I Wumesa/main: New feature FEATURE_rastpos.
2009-09-12 Chia-I Wumesa/main: Make FEATURE_histogram follow feature conven...
2009-09-12 Chia-I Wumesa/main: Make FEATURE_attrib_stack follow feature...
2009-09-12 Chia-I Wumesa/main: Make FEATURE_accum follow feature conventions.
2009-09-12 Chia-I Wumesa/main: Make FEATURE_convolve follow feature convent...
2009-09-12 Chia-I Wumesa/main: Make FEATURE_colortable follow feature conve...
2009-09-12 Chia-I Wumesa/main: Make FEATURE_pixel_transfer follow feature...
2009-09-12 Chia-I Wumesa/main: Add comments to mfeatures.h.
2009-09-11 Eric Anholti965: Move OPCODE_DDX/DDY to brw_wm_emit.c and make...
2009-09-11 Andre Maasikasr600: fix texcoords from constants
2009-09-11 Alex DeucherRevert "r600: support tex coords from constants"
2009-09-11 Cooper Yuanr300g: only allocate one BO for vertex buffers, default...
2009-09-11 Alex Deucherr600: support tex coords from constants
2009-09-11 Andre Maasikasr600: enable caching of vertex programs
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-11 Eric Anholti965: Enable loops in the VS.
2009-09-11 Brian Paulmesa: nicer vertex setup
2009-09-11 Brian Paulst/mesa: use st_context() helper
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 Brian Paulintel: disable intel_stencil_drawpixels() for now
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 Ian RomanickFix merge fail
2009-09-10 Brian Paultgsi: use new tgsi_call_record to handle execution...
2009-09-10 Brian Paulmesa: need to set all stencil bits to 0 before setting...
2009-09-10 Ian RomanickMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-10 Eric Anholti965: Fix relocation delta for WM surfaces.
2009-09-10 Zhenyu Wangintel: add B43 chipset support
2009-09-10 Eric Anholtintel: Don't forget to map the depth read buffer in...
2009-09-10 Alex Deucherr300: enable rb3d_discard_src_pixel_lte_threshold for...
2009-09-10 Alex Deucherr300: add full support for two sided stencil on r5xx...
2009-09-10 Mathias Frohlichmesa: fix cut&paste typos
2009-09-10 Brian Paulmesa: in texenvprogram code, only do saturation when...
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 Pauli Nieminenradeon: Change debugging code to use macros instead...
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 Eric Anholti965: Fix relocation delta for WM surfaces.
2009-09-09 Pauli Nieminenradeon: Add more verbose error message for failed comma...
2009-09-09 Brian Pauli965: fix an overlooked merge conflict
2009-09-09 Alex Deucherr600: check if textures are actually enabled before...
2009-09-09 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-09 Brian Paulmesa: regenerate get.c form get_gen.py
2009-09-09 Brian Paulmesa: move call to init_c_cliptest() from enable.c...
2009-09-09 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-09 aljengallium: Added HaikuOS platform
2009-09-09 Brian Paulmesa: disable GL_LUMINANCE case in _mesa_meta_draw_pixels()
2009-09-09 Alex Deucherr600: fix ftp for dri1
2009-09-09 Zhenyu Wangintel: add B43 chipset support
2009-09-09 Dave Airlier600: don't setup hardware state if TFP
2009-09-08 Brian Paulmesa: bump version to 7.7
2009-09-08 Brian Paulgallium: added r8g8b8_get/put_tile_rgba()
2009-09-08 Brian Paulmesa: fix viewport_z_clip breakage
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
next