i915: Fixed some warnings
[mesa.git] / src / gallium /
2008-06-02 Jakob Bornecrantzi915: Fixed some warnings
2008-06-02 Jakob Bornecrantzi915: Fixed initialization of surface
2008-06-02 José Fonsecagallium: Hopefully fix the cosf/sinf/etc. conditional...
2008-06-02 José Fonsecagallium: Identify each Windows platform individually...
2008-06-02 José Fonsecadraw: Fix MSVC warnings.
2008-06-02 Michal Kroltgsi: Add assertions to the new rule that when an exten...
2008-06-02 Michal Krolbrw: SWZ no longer aliases MOV.
2008-06-02 Michal Kroli915: SWZ no longer aliases MOV.
2008-06-02 Michal Krolcell: SWZ no longer aliases MOV.
2008-06-02 Michal Kroltgsi: SWZ no longer aliases to MOV.
2008-06-02 Michal Krolgallium: The SWZ opcode no longer aliases MOV.
2008-05-31 Michal Krolbrw: Fix build after TGSI declaration interface changes.
2008-05-31 Michal Kroli915: Fix build after TGSI declaration interface changes.
2008-05-31 Michal Krolcell: Fix build after TGSI declaration interface changes.
2008-05-31 Michal Krolutil: Fix build after TGSI declaration interface changes.
2008-05-31 Michal Kroltgsi: Fix build after TGSI declaration interface changes.
2008-05-31 Michal Krolgallivm: Fix build after TGSI declaration interface...
2008-05-31 Michal Kroldraw: Fix build after TGSI declaration interface changes.
2008-05-31 Michal Krolgallium: Refactor TGSI decalaration tokens.
2008-05-31 Michal Kroli915: Comment out dead & problematic code.
2008-05-31 Michal Kroli915: Add mising include.
2008-05-31 Michal Kroldraw: Remove const qualifier.
2008-05-31 Michal Krolgallium: Fix preprocessor logic.
2008-05-31 Michal Kroldraw: Remove const qualifier.
2008-05-31 José Fonsecadraw: Eliminate stdio usage.
2008-05-31 José Fonsecai915: Eliminate void pointer arithmetic.
2008-05-31 José Fonsecagallium: MSVC 8.0 already defines the cosf, sinf, etc.
2008-05-31 José Fonsecagallium: Port timing functions to WinCE.
2008-05-30 Brian Paulgallium: fix some PIPE_FORMAT_Z24S8_UNORM bugs in softp...
2008-05-30 Brian Paulegl: eglGetProcAddress() stub
2008-05-30 Brian Paulegl: specify client API by bit flag, not string
2008-05-30 Brian Paulegl: added eglDestroySurface function
2008-05-30 Brian Paulegl: fix-up window resizes
2008-05-30 Brian Paulegl: assorted fixes. The code works now.
2008-05-30 Brian Paulegl: added surface_alloc_storage()
2008-05-30 Keith Whitwelldraw: trim incoming primitives
2008-05-30 Jakob Bornecrantzi915: Now using draw_elements_range
2008-05-30 Jakob Bornecrantzi915: Made batch buffer size much larger
2008-05-30 Jakob BornecrantzMerge branch 'gallium-tex-surfaces' into gallium-0.1
2008-05-30 Jakob Bornecrantzi915: Remade texture allocation code again
2008-05-30 Jakob Bornecrantzi915: Fix extentions not being set
2008-05-29 Brian Paulegl: new EGL/gallium/softpipe/xlib winsys
2008-05-29 José Fonsecagallium: Provide the INT64_C/UINT64_C macros.
2008-05-29 José Fonsecagallium: Replace getenv by placeholder code on WinCE.
2008-05-29 Keith Whitwelldraw: quieten some debug
2008-05-29 Jakob Bornecrantzi915: Fix GPU lockup on resize
2008-05-29 Jakob Bornecrantzi915: Cleaned up intel_winsys_pipe.c
2008-05-29 Jakob Bornecrantzi915: Deprecated pipe_winsys buffer functions
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 Jakob Bornecrantzi915: Remove last usage of surface_alloc_storage
2008-05-29 Jakob Bornecrantzi915: Ops how did that get there
2008-05-29 Jakob Bornecrantzi915: Get up to date with the latest EGL changes
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 Keith Whitwellrtasm: special case for [ebp]
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 Jakob Bornecrantzi915: Add draw_flush to state changes
2008-05-28 José Fonsecatgsi: Observe constness.
2008-05-28 José Fonsecatranslate: Mark functions as PIPE_CDECL.
2008-05-28 Keith WhitwellMerge branch 'gallium-vertex-linear' into gallium-tex...
2008-05-28 Jakob Bornecrantzi915: DriConfigOptions started complaining on this...
2008-05-28 Jakob Bornecrantzi915: Remove workaround for buggy draw module
2008-05-28 Jakob Bornecrantzi915: Prepare for tiled private front and back buffers
2008-05-28 Jakob Bornecrantzi915: Made vertex submission eaven faster
2008-05-28 Jakob Bornecrantzi915: Made vbuf work
2008-05-28 Jakob BornecrantzMerge branch 'gallium-vertex-linear' into gallium-0.1
2008-05-28 Jakob Bornecrantzi915: Don't segfault on buffer allocation error
2008-05-28 Jakob Bornecrantzi915: Make EGL_i915 compile
2008-05-28 Jakob Bornecrantzi915: Make EGL_i915 segfault if modesetting is not...
2008-05-28 José Fonsecagallium: Windows CE portability fixes.
2008-05-27 Keith Whitwellsoftpipe: enable vbuf by default
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 José Fonsecagallium: Autodetect WINCE.
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
2008-05-27 Keith Whitwelltgsi: export utils for dumping individual instructions
2008-05-27 Keith Whitwelldraw: fix writemask/shufps confusion
2008-05-27 Keith Whitwelldraw: some possible fixes for spilling
2008-05-26 Keith Whitwelldraw: defensively flush pipeline backend when setting...
next