2008-02-15 |
José Fonseca | Code reorganization: s/aux/auxiliary/ -- update build. |
commit | commitdiff | tree |
2008-02-15 |
José Fonseca | Code reorganization: s/aux/auxiliary/. |
commit | commitdiff | tree |
2008-02-15 |
José Fonseca | Code reorganization: placeholder for state-trackers. |
commit | commitdiff | tree |
2008-02-15 |
José Fonseca | Code reorganization: update build. |
commit | commitdiff | tree |
2008-02-15 |
José Fonseca | Code reorganization: move files into their places. |
commit | commitdiff | tree |
2008-02-15 |
Zack Rusin | vastly simplify indexing |
commit | commitdiff | tree |
2008-02-15 |
Zack Rusin | redo indirection |
commit | commitdiff | tree |
2008-02-15 |
Zack Rusin | redo the way immediates are handled |
commit | commitdiff | tree |
2008-02-15 |
Zack Rusin | rename 'argument' to 'load' because that's what it... |
commit | commitdiff | tree |
2008-02-15 |
Zack Rusin | implement swizzling on writes |
commit | commitdiff | tree |
2008-02-15 |
Zack Rusin | a call was missed during the last rename |
commit | commitdiff | tree |
2008-02-15 |
Michal Krol | gallium: Fix memory leak. |
commit | commitdiff | tree |
2008-02-15 |
Michal Krol | gallium: Fix memory leak. |
commit | commitdiff | tree |
2008-02-15 |
Michal Krol | gallium: Use align_free() to free aligned memories. |
commit | commitdiff | tree |
2008-02-15 |
Michal Krol | gallium: Fix build on Windows. |
commit | commitdiff | tree |
2008-02-15 |
Michal Krol | gallium: Use MALLOC(). |
commit | commitdiff | tree |
2008-02-15 |
José Fonseca | gallium: Fix MSVC compiler warnings. |
commit | commitdiff | tree |
2008-02-15 |
Brian | gallium: remove some debug assertions in vertex format... |
commit | commitdiff | tree |
2008-02-15 |
Brian | gallium: rearrange vertex info/layout validation |
commit | commitdiff | tree |
2008-02-15 |
Brian | gallium: include draw_context.h to silence warning |
commit | commitdiff | tree |
2008-02-15 |
Brian | gallium: minor function renaming |
commit | commitdiff | tree |
2008-02-15 |
Brian | gallium: new tgsi_transform_shader() function |
commit | commitdiff | tree |
2008-02-15 |
Brian | gallium: new pgon-mode.c test |
commit | commitdiff | tree |
2008-02-15 |
Brian | gallium: call draw_flush() in softpipe_flush() |
commit | commitdiff | tree |
2008-02-15 |
Brian | gallium: fix some "instruction"/"declaration" mix-ups... |
commit | commitdiff | tree |
2008-02-15 |
Brian | gallium: replace "interpolate" terminology with "eval... |
commit | commitdiff | tree |
2008-02-15 |
Brian | gallium: changes to polygon mode weren't detected in... |
commit | commitdiff | tree |
2008-02-15 |
Brian | gallium: rename draw_free_tmps->draw_free_temp_verts... |
commit | commitdiff | tree |
2008-02-15 |
Brian | galllium: comments, minor clean-ups |
commit | commitdiff | tree |
2008-02-15 |
Ian Romanick | More name typeo fixes. |
commit | commitdiff | tree |
2008-02-15 |
Ian Romanick | s/spu_/spe_/g Ugh. |
commit | commitdiff | tree |
2008-02-15 |
Ian Romanick | Cell: pass pointers to stored memory values |
commit | commitdiff | tree |
2008-02-14 |
Ian Romanick | Cell: Fix unintended breakage from commit 1d62a057bcb3e... |
commit | commitdiff | tree |
2008-02-14 |
Ian Romanick | Real-time assembler for Cell SPE. |
commit | commitdiff | tree |
2008-02-14 |
Ian Romanick | Fetch routines convert and transpose all 4 vertices... |
commit | commitdiff | tree |
2008-02-14 |
Ian Romanick | Remove open-coded fetch functions |
commit | commitdiff | tree |
2008-02-14 |
Ian Romanick | Initial pass at vertex cache, more vertex fetch changes |
commit | commitdiff | tree |
2008-02-14 |
Ian Romanick | Vectorize a couple fetch functions |
commit | commitdiff | tree |
2008-02-14 |
Michel Dänzer | intel_winsys: Call st_notify_swapbuffers_complete(... |
commit | commitdiff | tree |
2008-02-14 |
Keith Whitwell | gallium: Cleanups related to clears. |
commit | commitdiff | tree |
2008-02-13 |
Zack Rusin | make swizzling on incoming arguments work |
commit | commitdiff | tree |
2008-02-13 |
Zack Rusin | get rid of the terrible auto-generated entry point |
commit | commitdiff | tree |
2008-02-13 |
Zack Rusin | implement immediates and make them work |
commit | commitdiff | tree |
2008-02-13 |
Zack Rusin | try to load the consts correctly |
commit | commitdiff | tree |
2008-02-13 |
Keith Whitwell | x86: remove debug |
commit | commitdiff | tree |
2008-02-13 |
Keith Whitwell | x86: emit absolute calls, as reallocating exec mem... |
commit | commitdiff | tree |
2008-02-13 |
Keith Whitwell | tgsi: fail gracefully when sse code can't emit shader |
commit | commitdiff | tree |
2008-02-13 |
Keith Whitwell | x86: reallocate exec mem when we run out |
commit | commitdiff | tree |
2008-02-13 |
Keith Whitwell | tgsi: include more of the register info in debug dumps |
commit | commitdiff | tree |
2008-02-13 |
Michel Dänzer | gallium: pipe->surface_copy can flip the contents verti... |
commit | commitdiff | tree |
2008-02-13 |
Zack Rusin | handle temporaries in llvm code generated paths |
commit | commitdiff | tree |
2008-02-13 |
Zack Rusin | implement add |
commit | commitdiff | tree |
2008-02-13 |
Zack Rusin | implement mul |
commit | commitdiff | tree |
2008-02-13 |
Zack Rusin | get mov working |
commit | commitdiff | tree |
2008-02-13 |
Zack Rusin | fix fetching input elements and generate a ret on end |
commit | commitdiff | tree |
2008-02-13 |
Zack Rusin | add functiontype for the llvm native vs entry point |
commit | commitdiff | tree |
2008-02-13 |
Zack Rusin | disable llvm code in fs |
commit | commitdiff | tree |
2008-02-13 |
Zack Rusin | stop generate llvm entry points |
commit | commitdiff | tree |
2008-02-13 |
Zack Rusin | llvm ir code to fetch the elements |
commit | commitdiff | tree |
2008-02-13 |
Brian | gallium: initial code for wide/AA line drawing |
commit | commitdiff | tree |
2008-02-13 |
Brian | gallium: fix/finish glReadPixels(GL_DEPTH_COMPONENT). |
commit | commitdiff | tree |
2008-02-13 |
Brian | gallium: clamp min_lod so it's never negative |
commit | commitdiff | tree |
2008-02-12 |
Brian | Fix broken test. |
commit | commitdiff | tree |
2008-02-12 |
Brian | gallium: remove dead code |
commit | commitdiff | tree |
2008-02-12 |
Brian | gallium: added null ptr check |
commit | commitdiff | tree |
2008-02-12 |
Brian | gallium: rename st_fragment_program's fs field to cso... |
commit | commitdiff | tree |
2008-02-12 |
Brian | gallium: move gen-mipmap global/static vars into st_context |
commit | commitdiff | tree |
2008-02-12 |
Brian | Set Min/MaxLod with glTexParameterf, not glTexParameteri |
commit | commitdiff | tree |
2008-02-12 |
Brian | press 0,1,2,etc keys for specific bias values |
commit | commitdiff | tree |
2008-02-12 |
Brian | tweak incr/decrements amounts for keyboard options |
commit | commitdiff | tree |
2008-02-12 |
Brian | gallium: remove unused first_level param from st_textur... |
commit | commitdiff | tree |
2008-02-12 |
Brian | gallium: clean-up, simplification of mipmapped textures |
commit | commitdiff | tree |
2008-02-11 |
Brian | gallium: take pitch/stride into account in mipmap gener... |
commit | commitdiff | tree |
2008-02-11 |
Brian | gallium: comments about mipmap gen |
commit | commitdiff | tree |
2008-02-11 |
Brian | code refactoring, new next_mipmap_level_size() function |
commit | commitdiff | tree |
2008-02-11 |
Brian | gallium: implement software fallback for mipmap generation |
commit | commitdiff | tree |
2008-02-11 |
Brian | gallium: strip borders from textures passed to st_TexImage. |
commit | commitdiff | tree |
2008-02-11 |
Brian | gallium: use _mesa_tex_target_to_face() |
commit | commitdiff | tree |
2008-02-11 |
Brian | added _mesa_tex_target_to_face() |
commit | commitdiff | tree |
2008-02-11 |
Brian | gallium: update comment about buffer map flags |
commit | commitdiff | tree |
2008-02-11 |
Brian | gallium: fix fragment/vertex typo |
commit | commitdiff | tree |
2008-02-11 |
Brian | refactor code, export _mesa_generate_mipmap_level() |
commit | commitdiff | tree |
2008-02-11 |
Brian | move _mesa_format_to_type_and_comps() to texformat.c |
commit | commitdiff | tree |
2008-02-11 |
Brian | reorder cases in do_row() |
commit | commitdiff | tree |
2008-02-11 |
Brian | re-indent do_row() |
commit | commitdiff | tree |
2008-02-11 |
Brian | checkpoint- consolidation in do_row() |
commit | commitdiff | tree |
2008-02-11 |
Brian | checkpoint- remove dependencies on gl_texture_format... |
commit | commitdiff | tree |
2008-02-11 |
Zack Rusin | remove seperate llvm vs entry points |
commit | commitdiff | tree |
2008-02-11 |
Zack Rusin | start genering soa type code in llvm paths |
commit | commitdiff | tree |
2008-02-11 |
Zack Rusin | disable llvm for fragment shaders for now |
commit | commitdiff | tree |
2008-02-11 |
Zack Rusin | rewrite the way cpu engine is handled |
commit | commitdiff | tree |
2008-02-11 |
Zack Rusin | rewrite the way we handle ir in llvm code |
commit | commitdiff | tree |
2008-02-11 |
Zack Rusin | add a stub of a lowering pass |
commit | commitdiff | tree |
2008-02-08 |
Brian | gallium: include st_cb_drawpixels.h |
commit | commitdiff | tree |
2008-02-08 |
Brian | fix comment typos |
commit | commitdiff | tree |
2008-02-08 |
Brian | gallium: initial implemenation of auto mipmap generatio... |
commit | commitdiff | tree |
2008-02-08 |
Brian | gallium: added inClipCoords param to st_draw_vertices... |
commit | commitdiff | tree |
2008-02-08 |
Brian | gallium: added draw_flush() call in softpipe_bind_sampl... |
commit | commitdiff | tree |
2008-02-08 |
Brian | Remove unused texunit parameter to ctx->Driver.Generate... |
commit | commitdiff | tree |
2008-02-08 |
Jerome Glisse | intel_winsys: remove leftover code |
commit | commitdiff | tree |
next |