2007-12-14 |
Brian | update comment for TGSI_TOKEN_TYPE_IMMEDIATE case |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Brian | add missing code for PIPE_FORMAT_S8_UNORM renderbuffer |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Brian | remove unused var |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Keith Whitwell | 965: get brw_wm_surface_state compiling again |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Keith Whitwell | 965: get fragment shader compiler compiling |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Zack Rusin | i965: make the wm_surface compile |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Keith Whitwell | 965: implement magic buffer offset callback |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Keith Whitwell | 965: magic callback to get buffer offset |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Brian | Add QuadX,Y fields to tgsi_exec_machine to pass quad... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Keith Whitwell | 965: missing code from last commit |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Keith Whitwell | 965: remove dead code |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Keith Whitwell | 965: remove dead code |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Keith Whitwell | 965: remove dead code |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Keith Whitwell | 965: remove dead code |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Keith Whitwell | 965: remove reference to metaops |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Keith Whitwell | 965: use state atom array directly |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Keith Whitwell | 965: calculate nr enabled vbos on the fly |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Zack Rusin | Actually allocate the output registers. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Zack Rusin | Don't generate spurious vs, move the enable a bit to... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Brian | added r5g5b5_put_tile_rgba() |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Brian | Remove get/put_tile_rgba() functions. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Brian | remove #include |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Brian | Move float/rgba tile get/put functions into new file. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Brian | PIPE_SCREEN_SURFACE no longer needed |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Brian | Re-org of st_create_framebuffer() and renderbuffer... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Brian | move some code to avoid deref of NULL ptr |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Keith Whitwell | 965: remove complex compiler for simple fragment programs. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Keith Whitwell | 965: sketch changes to brw_wm_surface_state.c |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Keith Whitwell | 965: delete dead files |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Keith Whitwell | 965: delete dead files |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Keith Whitwell | 965: delete dead files |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Brian | remove old assertion |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Brian | add PIPE_FORMAT_R5G6B5_UNORM to list of supported scree... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Brian | update format param type |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Brian | Try PIPE_FORMAT_R5G6B5_UNORM for GL_RGB5 request. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Brian | fix some mistakes in the _PIPE_FORMAT_x #defines |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Zack Rusin | i965: compile vertex shaders and emit hardware instructions |
commit | commitdiff | tree | snapshot |
2007-12-12 |
José Fonseca | Add src/mesa to include path. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Zack Rusin | i915tex: remove. it's deprecated and causes merge problems |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Brian | remove more -I paths |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Brian | prefix some #includes |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Brian | trim down #includes |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Brian | trim down -I options |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Brian | include pipe/tgsi/exec/tgsi_sse2.h if needed. Silences... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Brian | Cell: draw smooth-shaded triangle |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Brian | Collect some global vars in a single struct. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Brian | Remove temporary cell_create_surface() |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Brian | SPU function prototypes, etc. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Ian Romanick | Port to libspe2 |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Ian Romanick | Remove '-include altivec.h'. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
José Fonseca | Mention 965 driver on main page. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
José Fonseca | Write a nicer doxygen main page, based on the TG's... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
José Fonseca | Cover LLVM code in doxygen output. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Michel Dänzer | softpipe: Support for PIPE_FORMAT_A4R4G4B4_UNORM and... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Michel Dänzer | Remove internal_format field from struct pipe_texture. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Keith Whitwell | Rework gallium and mesa queries a little. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Keith Whitwell | 965: remove duplicate brw_draw functions, make init... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Keith Whitwell | gallium: remove clear values from depth, stencil state |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Brian | Fix align16() function to work with 32/64-bit pointers... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Brian | change align_malloc() alignment to uint |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Brian | Move align_malloc(), align_free() to p_util.h |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Brian | use ALIGN16_ATTRIB from p_compiler.h |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Brian | Remove obsolete clear_color, tex sampler state |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Brian | Remove obsolete clear_color, tex sampler state functions |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Brian | add missing case statements for TGSI_TOKEN_TYPE_IMMEDIA... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Zack Rusin | Adopt llvm to some of the latest changes. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Zack Rusin | Redo the fragment program examples to match vp's |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Zack Rusin | Add a simple fps counter to the example |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Zack Rusin | Redo the way we pass arguments to the llvm. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Zack Rusin | number of outputs is nr_attribs - 2 |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Zack Rusin | Implement kilp and make it work |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Zack Rusin | Rewrite argument passing to prepare for handling of... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Keith Whitwell | gallium: remove set_sampler_units interface |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Keith Whitwell | gallium: remove redundant clear_color state. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Keith Whitwell | gallium: Remove feedback interfaces from pipe driver. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Keith Whitwell | gallium: remove dead pbo zcopy code |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Zack Rusin | Hmm, missed these two files. Sorry. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Zack Rusin | Port i965 driver to Gallium3D. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
José Fonseca | Add surface storage allocation function to winsys inter... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
José Fonseca | Add inline funtion to comput format size based on code... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Brian | Cell: first triangle. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Brian | set window size to 256x256 |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Brian | XXX comments about some hard-coded values that need... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Brian | minor clean-ups, comments |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Keith Whitwell | gallium: use hardcoded cliptest code for fixed planes |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Keith Whitwell | gallium: disable assert(0) in xmesa_surface() |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Keith Whitwell | gallium: remove unnecessary guards on qs->next |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Brian | Cell driver state-setter functions, basic tile get... |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Brian | remove ~ backup files |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Brian | remove -Wall, add -DGALLIUM_CELL |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Brian | Add 'type' parameter to is_format_supported() to specif... |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Brian | disable assertion in sp_tile_cache_set_surface() for now |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Brian | implement i915_put_tile_rgba() - temporary code though |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Brian | don't use get/put_tile_rgba() for accum buffer accesses |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Michel Dänzer | Fix up some confusion wrt winsys->buffer_create alignme... |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Michel Dänzer | Link fewer common objects into Gallium winsys layers. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Ben Skeggs | Correct user VBO size. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Michel Dänzer | Remove stray references to struct pipe_region. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Brian | use quadColor local var |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Brian | Fix looping for multi-color buffer writing. |
commit | commitdiff | tree | snapshot |
next |