radeon: stupid mesa extension fail
[mesa.git] / src / gallium /
2009-03-23 Dave AirlieMerge branch 'radeon-fbo-hacking' into radeon-rewrite
2009-03-22 Dave AirlieMerge remote branch 'origin/master' into HEAD
2009-03-21 Michal Kroltgsi: Document KIL, KILP instructions.
2009-03-21 Keith Whitwellgallium: remove remaining references to origin_lower_left
2009-03-21 Brian Paulgallium: remove use of origin_lower_left
2009-03-20 Corbin Simpsonr300-gallium: Misspelled macro name.
2009-03-20 Corbin Simpsonr300-gallium: Put r300_cs_inlines to bed.
2009-03-20 Corbin Simpsonr300-gallium: Simplify/neaten up packet3.
2009-03-20 Corbin Simpsonr300-gallium: Clean up surface_fill, prep for surface_c...
2009-03-20 Corbin Simpsonr300-gallium: Properly offset scissors.
2009-03-20 Corbin Simpsonr300-gallium: Clean up r300_swtcl_emit.
2009-03-20 Corbin Simpsonr300-gallium: Clean up some emit, and some state handlers.
2009-03-20 Corbin Simpsonr300-gallium: A bit more invariant state.
2009-03-20 José Fonsecagallium: Explain what happens if buffer_flush_mapped_ra...
2009-03-20 Keith Whitwellgallium/util: add upload manager helper module
2009-03-20 Michal Krolstw: Do not err on nil context handle in MakeCurrent().
2009-03-20 Michal Krolstw: Use u_handle_table to maintain context list.
2009-03-20 Michal Krolwinsys/gdi: Init state tracker's per-thread data.
2009-03-20 Michal Krolstw: Keep per-thread storage for current context and...
2009-03-20 Dave AirlieMerge remote branch 'main/master' into radeon-rewrite
2009-03-19 Jakob Bornecrantztrace: Formalize on a standard for data size pair
2009-03-19 Michal Kroltgsi: Document vs_2_0 instruction set operations.
2009-03-19 Michal Kroltgsi: Document vs_1_1 instruction set operations.
2009-03-19 Michal Kroltgsi: Begin documenting ps_2_x instruction set operations.
2009-03-18 Corbin Simpsonr300-gallium: Emit viewport state.
2009-03-18 Corbin Simpsonr300-gallium: Viewport state storage.
2009-03-18 Corbin Simpsonr300-gallium: Fixup registers for viewport state.
2009-03-18 Keith Whitwellst: call _glapi_check_multithread from st_make_current
2009-03-18 Thomas Hellstromstw: Fix makeCurrent.
2009-03-18 Brian Paulsoftpipe: more texture transfer fixes.
2009-03-18 Brian Paulsoftpipe: need to set tc->transfer=NULL after destroyin...
2009-03-18 Keith Whitwellpipe/atomic: dont use ms interlock calls from gcc
2009-03-18 Keith Whitwellutil: avoid clashprone UINT, UBYTE enum values
2009-03-18 Keith Whitwelldraw: use AOS_ERROR rather than clash-prone ERROR(...
2009-03-18 Keith Whitwellpipe/atomic: clean up #ifdef maze
2009-03-18 Thomas Hellstromxlib st: Fix makeCurrent.
2009-03-17 Ben Skeggsnouveau: rewrite winsys in terms of drm_api, support...
2009-03-17 Ben Skeggsst/dri2: use pipe_screen.is_format_supported to choose...
2009-03-17 Corbin Simpsonr300-gallium: Move all unsorted state into invariant...
2009-03-17 Corbin Simpsonr300-gallium: Emit invariant state, no matter what.
2009-03-17 Corbin Simpsonr300-gallium: Quick little cleanup of surface_fill...
2009-03-17 José Fonsecatgsi: Restore statement ordering.
2009-03-17 Corbin Simpsonr300-gallium: Debugging for the more sensitive card...
2009-03-17 Corbin Simpsonr300-gallium: r500-fs: Fixup immediate->constant counti...
2009-03-17 Corbin Simpsonr300-gallium: More query stuff.
2009-03-17 José Fonsecautil: Realloc takes bytes.
2009-03-17 Michal Kroltgsi: Document ps_2_0 instruction set operations.
2009-03-17 Michal Kroltgsi: Document ps_1_4 instruction set operations.
2009-03-17 Michal Kroltgsi: Document ps_1_1 instruction set operations.
2009-03-17 Michal Kroltgsi: Begin documenting GLSL instruction set operations.
2009-03-17 Michal Kroltgsi: Begin documenting NV_geometry_program4 instructio...
2009-03-17 Michal Krolpython: Return on unknown pixel format.
2009-03-17 Michal Krolgallium: Use `_new' name, `new' is a reserved keyword...
2009-03-17 Michal Krolgallium: Provide unprotected atomic implementation...
2009-03-17 Michal Krolpython: Fix build after refcount rework.
2009-03-17 Michal Krolpython: Include `p_winsys_screen.h'.
2009-03-17 Michal Krolpython: Do not pass screen object to pipe_buffer_reference.
2009-03-17 Michal Kroltgsi: Silence const pointer cast warnings.
2009-03-17 Corbin Simpsonr300-gallium: r500-fs: Properly set up TEX/OUT.
2009-03-17 Corbin Simpsonr300-gallium: r500-fs: Texture insts, ABS, moar comments.
2009-03-17 Corbin Simpsonr300-gallium: Clean up some code, un-special-case scala...
2009-03-17 Corbin Simpsonr300-gallium: r500-fs: CMP/MOV/SWZ, negation, ADD/MAD...
2009-03-17 Corbin Simpsonr300-gallium: Fix relocation for textures.
2009-03-16 Jakob Bornecrantztrace: Fix memory leak
2009-03-16 José Fonsecautil: bitmask data type.
2009-03-16 Jakob Bornecrantztrace: Re-init refcounters just incase
2009-03-16 Jakob Bornecrantztrace: Dump buffer data via buffer writes
2009-03-16 Michal Krolpython: Use transfer object to read from a surface.
2009-03-16 Michal Krolpython: pipe_vertex_buffer's pitch member has been...
2009-03-16 Michal Krolpython: size is not a member of pipe_constant_buffer...
2009-03-16 Corbin Simpsonr300-gallium: r500-fs: Add ABS.
2009-03-16 Corbin Simpsonr300-gallium: r500-fs: Clamp only when saturation flags...
2009-03-16 Corbin Simpsonr300-gallium: r500-fs: Working ADD and MUL, add more...
2009-03-16 Corbin Simpsonr300-gallium: Cleanup a few things.
2009-03-16 Corbin Simpsonr300-gallium: r500-fs: MUL.
2009-03-16 Corbin Simpsonr300-gallium: r500-fs: Stub out the simple scalar ops.
2009-03-16 Corbin Simpsonr300-gallium: r500-fs: Add DPH.
2009-03-16 Corbin Simpsonr300-gallium: r500-fs: Add dot products.
2009-03-16 Michal Krolgallium: Implement atomic for MSVC on x86.
2009-03-16 Michal Krolgallium: Implement atomic interface for windows user...
2009-03-16 Michal Krolgallium: Use macro parameter names consistently.
2009-03-16 Michal Krolgallium: pipe_mutex_init() is of type void.
2009-03-16 Michal Krolgallium: Include p_compiler.h for integer types.
2009-03-16 Michal Krolsoftpipe: Use p_atomic_read, not atomic_read.
2009-03-16 Thomas Hellstromgallium: Use struct pipe_atomic for pipe refcounts.
2009-03-16 Thomas Hellstromgallium: Add simple atomic class api.
2009-03-16 Michal Kroltgsi: Begin documenting NV_gpu_program4 instruction...
2009-03-16 Michal Kroltgsi: Document NV_vertex_program3 instruction set opera...
2009-03-16 Corbin Simpsonr300-gallium: r500-fs: Actually handle consts and imms...
2009-03-16 Corbin Simpsonr300-gallium: Emit constants as floats, not uints.
2009-03-16 michalpython: Include missing `p_compiler.h' header.
2009-03-16 michalpython: Do not pass shader_state to util shader functions.
2009-03-16 michalpython: Use transfer objects to initialise texture...
2009-03-16 michalpython: Use new bypass_vs_clip_and_viewport rasteriser...
2009-03-16 Corbin Simpsonr300-gallium: Fix vertex memory offsets.
2009-03-16 Corbin Simpsonradeon-gallium: Add my R580 to the xorg PCI ID list.
2009-03-16 Corbin Simpsonr300-gallium: r500-fs: Setup immediates.
2009-03-16 Corbin Simpsondri2-gallium: Add occlusion query support at the state...
2009-03-16 Corbin Simpsonr300-gallium: Actually set stride when creating textures.
2009-03-16 Corbin Simpsonr300-gallium: r500-fs: Add writemasks and some flexibil...
next