gallium: fix typos in comments
[mesa.git] / src / gallium / auxiliary / draw /
2008-11-06 Brian Paulgallium: debug code to print vertex array data (disabled)
2008-11-05 Brian Paulgallium: call tgsi_set_exec_mask() and use exec mask...
2008-11-05 Brian Paulgallium: added some debug code (disabled)
2008-11-05 Brian Paulgallium: disable some debug output
2008-11-05 michaldraw: Implement TGSI_OPCODE_TRUNC.
2008-10-07 Keith Whitwelldraw: don't assume output buffer pointer is aligned
2008-10-07 Keith Whitwelldraw: add switch for drivers to force vertex data passt...
2008-10-06 Michal Kroldraw: Fix compiler errors on Windows.
2008-10-06 Keith Whitwellmake draw's vertex_info struct smaller/quicker to compa...
2008-10-02 Keith Whitwelldraw: modify prefetching slightly
2008-10-02 Keith Whitwelldraw: don't keep refetching constant inputs
2008-10-02 Keith Whitwelldraw: add streamlined paths for fetching linear verts
2008-09-28 Stephane MarchesinGallivm: make it compile again, add some opcodes.
2008-09-17 Brian Paulgallium: fix wide point / point coord semantic info...
2008-09-03 José Fonsecadraw: Describe the steps in emit_load_R32G32B32A32.
2008-09-03 Brian Paulgallium: fix out of bounds array errors in SSE execution
2008-09-01 José Fonsecadraw: Put INLINES where appropriate.
2008-08-26 Keith Whitwelldraw: attempt atomic submit of large drawelements calls
2008-08-25 Briangallium: added const qualifiers on some draw funcs
2008-08-24 Brian Paulgallium: refactor/replace p_util.h with util/u_memory...
2008-08-22 Brian Paulgallium: replace align_int() with align()
2008-08-22 Brian Paulgallium: stop using FABSF() macro
2008-08-22 Brian Paulgallium: use new util_fast_exp2(), _log2(), pow() functions
2008-08-20 Brian Paulgallium: fix typo in LINE() macro (replace i+1 with...
2008-08-19 Brian Paulgallium: fix an assertion
2008-08-13 Michal Kroldraw: Use KIL instead of KILP.
2008-08-11 Brian Paulgallium: emit sprite coords (gl_PointCoord)
2008-07-28 José FonsecaMerge tgsi/exec and tgsi/util directories.
2008-07-13 Stephane Marchesinllvm: build fixes.
2008-07-09 Zack Rusindraw: remove some debug output
2008-07-04 Brian Paulgallium: fix trim() function bug when count < first
2008-07-02 Michel Dänzergallium: Allow draw module to work on non-x86 platforms...
2008-06-27 José Fonsecagallium: Drop pipe_texture->cpp and pipe_surface->cpp.
2008-06-22 Keith Whitwelldraw: fix non-i386 builds
2008-06-19 José Fonsecadraw: Fix MSVC integer size conversion warning.
2008-06-18 Brian Paulgallium: additional fixes to ensure even number of...
2008-06-18 Brian Paulgallium: split long prims into chunks with an even...
2008-06-12 Brian Paulgallium: disable the codegen for TGSI_OPCODE_EXPBASE2...
2008-06-12 Keith Whitwellgallium: fix SSE codegen for instructions that use...
2008-06-11 Keith Whitwelldraw: don't assume vertex position is in data[0]
2008-06-11 Keith Whitwelldraw: preserve specular alpha when flatshading -- may...
2008-06-11 Keith Whitwelldraw: remove another debug assert on failover to generi...
2008-06-11 Keith Whitwelldraw: remove debug assert on failover to generic vs...
2008-06-10 Keith WhitwellRevert "draw: no need to rearrange most primitives...
2008-06-10 Keith Whitwelldraw: no need to rearrange most primitives in vcache...
2008-06-10 Keith Whitwelldraw: fix edgeflags on clipped poly emit
2008-06-10 Keith Whitwelldraw: rework splitting of fan/loop prims in varray...
2008-06-09 José Fonsecagallium: Deprecate GETENV. Replace by debug_get_bool_op...
2008-06-09 Brian Paulgallium: disable a tgsi_dump() call
2008-06-07 Keith Whitwelldraw: fix temp vs output buffer typo in vsvg_run_elts
2008-06-06 Keith Whitwelldraw: fix intermediate buffer confusion in draw_vs_vari...
2008-06-06 Keith Whitwelldraw: make sure middle-end primitive is uptodate in...
2008-06-06 José Fonsecadraw: Compile draw_vs_aos only on x86.
2008-06-04 Keith Whitwelldraw: init vsvg draw pointer
2008-06-04 Keith Whitwelldraw: respect driver's max vertex buffer size
2008-06-03 Keith WhitwellMerge branch 'gallium-tex-surfaces' into gallium-0.1
2008-06-03 Michal Kroldraw: Use register names more consistently.
2008-06-03 Michal Kroldraw: Fix fetch_src(). Resurrect SSE version of DP3.
2008-06-02 Michal Kroldraw: Fix DP3 implementation by replacing SSE with...
2008-06-02 Keith Whitwelldraw: fast element translate path without delta
2008-06-02 José Fonsecagallium: Replace XSTDCALL by PIPE_CDECL.
2008-06-02 José Fonsecadraw: Fix MSVC warnings.
2008-05-31 Michal Kroldraw: Fix build after TGSI declaration interface changes.
2008-05-31 Michal Kroldraw: Remove const qualifier.
2008-05-31 Michal Kroldraw: Remove const qualifier.
2008-05-31 José Fonsecadraw: Eliminate stdio usage.
2008-05-30 Keith Whitwelldraw: trim incoming primitives
2008-05-30 Jakob BornecrantzMerge branch 'gallium-tex-surfaces' into gallium-0.1
2008-05-29 Keith Whitwelldraw: quieten some debug
2008-05-29 Keith Whitwelldraw: add more switches to turn FSE on/off
2008-05-29 José Fonsecagallium: MSVC warning fixes.
2008-05-29 José Fonsecapsb: Make msvc happy.
2008-05-29 Keith Whitwelldraw: michal's patch for calling powf... teapot still...
2008-05-29 Keith Whitwelldraw: better calculation of fetch_count
2008-05-29 Keith Whitwelldraw: remove printf
2008-05-29 Keith Whitwelldraw: make sure constant buffer data is aligned before...
2008-05-29 Keith Whitwelldraw: draw_range_elements trial
2008-05-29 Michal Krolscons: Remove duplicate entry.
2008-05-29 José Fonsecadraw: Put PIPE_CDECL in the right places.
2008-05-28 Keith Whitwelldraw: share machine
2008-05-28 Keith Whitwelldraw: enable FSE by default
2008-05-28 José Fonsecadraw: Use PIPE_CDECL.
2008-05-28 José Fonsecascons: Add new files.
2008-05-28 Michal Krolscons: List missing files for draw module.
2008-05-28 Michal Kroldraw: Decorate callbacks with PIPE_CDECL.
2008-05-28 Keith WhitwellMerge branch 'gallium-vertex-linear' into gallium-tex...
2008-05-28 Jakob BornecrantzMerge branch 'gallium-vertex-linear' into gallium-0.1
2008-05-28 José Fonsecagallium: Windows CE portability fixes.
2008-05-27 Keith Whitwelldraw: reset stipple counter whenever non-line prim...
2008-05-27 Keith Whitwelldraw: support psize in vs_varient paths
2008-05-27 Keith Whitwelldraw: add disabled debug code
2008-05-27 Keith Whitwelldraw: ensure vs outputs mapped correctly to vinfo attribs
2008-05-27 Keith Whitwelldraw: fix ABS aliasing bug
2008-05-27 Keith Whitwelldraw: explicitly list nr_inputs, outputs in varient key
2008-05-27 Keith Whitwelldraw: remove dead file
2008-05-27 Jakob Bornecrantzdraw: Fixed typo in draw_pt_varray and added comments
2008-05-27 Jakob Bornecrantzdraw: Fix for EMIT_4UB case
2008-05-27 Keith Whitwelldraw: hook up viewport / rhw emit to varient key state
2008-05-27 Keith Whitwelldraw: restore extras path in draw_pt_vcache.c, keep...
2008-05-27 Keith Whitwelldraw: dump individual instructions as they are processed
next