python: Drop st_buffer.
[mesa.git] / src /
2009-03-26 José Fonsecapython: Drop st_buffer.
2009-03-26 José Fonsecapython: Use pipe_buffer_read/write.
2009-03-26 José Fonsecapython: Transfer only the requested tile.
2009-03-26 Michal Krolpython: Fix tri sample.
2009-03-26 Michel Dänzergallium: Remove some little-used fields from struct...
2009-03-25 José Fonsecapython: Pass transfers to the tile functions.
2009-03-25 José Fonsecapython: Catchup buffer_destroy interface change.
2009-03-25 José Fonsecatrace: Defer the cast to after the check for enabled...
2009-03-25 José Fonsecasoftpipe: Include declarations.
2009-03-25 José Fonsecatranslate: Avoid unused variable warning.
2009-03-25 Jakob Bornecrantzst/egl: Set dpms to on when showing screens
2009-03-25 Jakob Bornecrantzst/egl: Fix warning
2009-03-25 José Fonsecapython: Show call no in image window.
2009-03-25 José Fonsecatrace: Update readme.
2009-03-25 José Fonsecatrace: Number calls.
2009-03-25 José Fonsecapython/retrace: Use the call no when dumping images.
2009-03-25 José Fonsecapython: Use a sequential number to identify each call.
2009-03-25 José Fonsecapython/trace: Control the interpreter from command...
2009-03-25 José Fonsecapython: Use Ansi escape codes regardless of output...
2009-03-25 José Fonsecapython: List packages needed on debian systems.
2009-03-25 José Fonsecapython: Allow to dump all images to disk.
2009-03-25 José Fonsecapython: Tweak instructions.
2009-03-25 José Fonsecapython: s/pitch/stride/
2009-03-25 José Fonsecapython: s/num_cbufs/nr_cbufs/
2009-03-25 José Fonsecawgl: Use right integer type.
2009-03-25 José Fonsecawgl: Use SetWindowLongPtr.
2009-03-25 José Fonsecautil: Use size_t (for x86_64).
2009-03-25 José Fonsecautil: Don't use x86 asm on x86_64.
2009-03-25 José Fonsecadraw: Use size_t (for x86_64).
2009-03-25 Maciej Cencorar300: cleanup swtcl a little
2009-03-25 José Fonsecascons: Support building with the Windows SDK.
2009-03-25 Alan Coopersmithdefine __builtin_expect for non-gcc compilers in two...
2009-03-25 Alan CoopersmithAdd #ifdefs needed to compile Gallium on Solaris with...
2009-03-25 Alan CoopersmithConvert u_int*_t to C99 standard uint*_t
2009-03-25 Brian Paulglew: fix GLEW_LIB_NAME
2009-03-25 Michel DänzerRevert "dri2: Avoid round-tripping on DRI2GetBuffers...
2009-03-25 Brian Paulegl: don't use __FUNCTION__ in error messages
2009-03-25 Alan Hourihaneslang: ensure structure elements have their array lengt...
2009-03-25 Corbin Simpsonr300-gallium: r300-fs: Moar.
2009-03-25 Corbin Simpsonr300-gallium: Unify shader interfaces, enable r300...
2009-03-25 Corbin Simpsonr300-gallium: r500-fs: Remove unused variable.
2009-03-25 Alan Coopersmithr300_cmdbuf.c: convert cast to a form supported by...
2009-03-25 Michel Dänzerr300: Texture size limit cleanups.
2009-03-25 Ben Skeggsnv50: fix typo in nv50_query.c
2009-03-25 Ben Skeggsnouveau: fix some pipe_buffer reference counting issues
2009-03-24 Alan Hourihanemesa: bump MAX_PROGRAM_TEMPS to 256 (there's some big...
2009-03-24 Younes Mantonnouveau: Frontbuffer needs to be marked as linear.
2009-03-24 Keith Whitwellmesa/st: bump gallium version to 0.3
2009-03-24 Robert Ellisoni965: fix point rasterization when rendering to FBO
2009-03-24 Eric Anholti965: Fix glFrontFacing in twoside GLSL demo.
2009-03-24 Eric Anholti965: Fix fog coordinate g,b,a values when glFrontFacin...
2009-03-24 Eric Anholti965: Clean up a bit of mess with unneeded variables...
2009-03-24 Eric Anholti965: Fix trailing "d" in debug output for 3DSTATE_VERT...
2009-03-23 Eric Anholti965: Fix occlusion query when no other WM state update...
2009-03-23 Keith Whitwelldraw: update aa points shader comment
2009-03-23 Michel Dänzergallium: Remove remnants of reference counting internal...
2009-03-22 Jakob Bornecrantzdebug: Add function for writing transfers to files
2009-03-22 Jakob Bornecrantztrace: Fix args to buffer write
2009-03-23 José Fonsecautil: Add a new macro for testing empty lists.
2009-03-23 Brian Paulsoftpipe: reformatting, comments, minor clean-ups
2009-03-23 Brian Paultgsi: minor comments
2009-03-21 Michal Kroltgsi: Document KIL, KILP instructions.
2009-03-21 Keith Whitwellgallium: remove remaining references to origin_lower_left
2009-03-21 Michal Krolst: Silence compiler warnings.
2009-03-21 Brian Paulgallium: remove use of origin_lower_left
2009-03-21 Brian Paulmesa: add new internal state var for window size
2009-03-20 Brian Paulmesa: linear scan register allocation for shader programs
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 Eric AnholtFix DRI2 accelerated EXT_texture_from_pixmap with GL_RG...
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 Michal Krolslang: Use _mesa_snprintf() wrapper.
2009-03-19 Alan Hourihaneslang: initialize the context
2009-03-19 Alan Hourihaneslang: support uniform arrays
2009-03-19 Jakob Bornecrantztrace: Formalize on a standard for data size pair
2009-03-19 Brian Paulglslcompiler: added new options to override debug/optim...
2009-03-19 Brian Paulglsl: change GLSL #pragma initialization
2009-03-19 Alan Hourihaneegl: fix comment
2009-03-19 Alan Hourihaneegl: try harder for eglGetProcAddress()
2009-03-19 Brian Paulglsl: when debug pragma is on, emit comments about...
2009-03-19 Alan Hourihanemesa: check renderbuffer is defined before use.
2009-03-19 Jakob Bornecrantzst/gl: Only transfer needed parts in st_TexSubimage
2009-03-19 Alan Hourihaneslang: if/else/break & if/else/continue work for unroll...
2009-03-19 Michal Krolswrast: Silence compiler warnings, give better structur...
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.
next