2007-08-23 |
Brian | remove dead/debug code, misc clean-up |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Brian | Checkpoint commit: i915 texture works, use new vertex_i... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Brian | Define a re-usable vertex_info structure to describe... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Brian | For the time being, interpolate Z in shade_quad() rathe... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Brian | Checkpoint: texture image and sampler state handling... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Brian | fix assertions in swizzle() |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Brian | more debug output |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Brian | Need to store vendor and renderer strings in the context. |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Brian | remove old draw_vertices() |
commit | commitdiff | tree | snapshot |
2007-08-22 |
michal | Add deco_caps.c. |
commit | commitdiff | tree | snapshot |
2007-08-22 |
michal | First pass on tgsi deco. |
commit | commitdiff | tree | snapshot |
2007-08-22 |
michal | Include headers. |
commit | commitdiff | tree | snapshot |
2007-08-22 |
michal | New file. |
commit | commitdiff | tree | snapshot |
2007-08-22 |
michal | New file. |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Brian | Sampler state code now compiles and is built. Not... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Brian | added border_color to sampler state |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Brian | Improved pipe_region/surface_reference() functions |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Brian | Rework of shader constant buffers. |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Keith Whitwell | Import some sampler state code. |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Brian | code movement, null ptr checks, etc |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Brian | remove unneeded include |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Brian | remove unneeded includes |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Brian | Obsolete. |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Brian | don't need i915_fpc.c |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Brian | implement negation for src operands |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Keith Whitwell | Clear all the dirtyflag words |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Keith Whitwell | Remove duplicate i915 shader disassembler |
commit | commitdiff | tree | snapshot |
2007-08-21 |
michal | Headers. |
commit | commitdiff | tree | snapshot |
2007-08-21 |
michal | Silence compiler warnings. |
commit | commitdiff | tree | snapshot |
2007-08-21 |
michal | Define __MSC__. |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Brian | temporarily call _mesa_enable_sw_extensions() so we... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Brian | comments |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Brian | Fragment shader translation seems to basically work... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
keithw | fix cut and paste |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Keith Whitwell | First pass at a fallback concept for pipe devices. |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Keith Whitwell | Add missing #include |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Brian | added fpc sources |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Brian | Initial check-in of i915 fragment program translation... |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Brian | Set viewport state so viewport matches window dims. |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Brian | Move vertex transformation/shader code into draw_prim... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Brian | move ALIGN16-related macros into p_compiler.h |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Brian | include draw_context.h |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Brian | Update glClear and glDrawPixels code. |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Brian | minor clean-ups |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Brian | Use new draw_arrays() code. |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Brian | remove the -DMESA flags |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Brian | remove some of the #ifndef MESA stuff |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Brian | Obsolete |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Brian | remove dead code related to vf module |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Brian | Checkpoint: remove more of the old draw_vb() code. |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Brian | Start to remove the temporary draw_vb() and draw_vertic... |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Brian | Move guts of vertex array drawing into the 'draw' module. |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Brian | implement DrawElements, still some rough spots |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Brian | implement draw_elements() |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Brian | don't map element buffer in _mesa_validate_DrawElements... |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Brian | remove debug printf |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Brian | call draw_trim() |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Brian | fix cache overflow bug in get_vertex() |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Brian | fix VBO clean-up in vbo_exec_vtx_destroy() |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Brian | Merge branch 'softpipe_0_1_branch' of git+ssh://brianp... |
commit | commitdiff | tree | snapshot |
2007-08-19 |
Brian | Fix some draw_arrays issues. |
commit | commitdiff | tree | snapshot |
2007-08-18 |
Brian | more work on vertex shaders, now using vertex shaders... |
commit | commitdiff | tree | snapshot |
2007-08-18 |
Brian | Create a default vertex attribute buffer which mirrors... |
commit | commitdiff | tree | snapshot |
2007-08-18 |
Brian | added tnl state atom |
commit | commitdiff | tree | snapshot |
2007-08-18 |
Brian | fix xm_buffer_data |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brian | replace memcpy() with assignment, better type safety |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brian | added CLIP_x_SHIFT vals |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brian | write outputs according to vs.outputs_written |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brian | added outputs_written field to pipe_shader_state |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brian | load machine.Inputs based on vs.inputs_read |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brian | added pipe ptr to draw_context |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brian | compute clipmask |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brian | define CLIP_LEFT/RIGHT etc |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brian | shade four vertices at a time |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brian | added align16() function |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brian | added uint64 type |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brian | added null VB->AttribPtr[i] check |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brian | fix edgeflag bug |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brian | pack output vertex attributes in sequential slots |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brian | tell vbo module to use bufferobjs |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brian | added call to _mesa_load_state_parameters() |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brian | added vbo_use_buffer_objects() to specify that immediat... |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brian | replace assertion w/ conditionals in xmesa_clear() |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brian | Use simple st->pipe->clear() in more cases for depth... |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brian | fix buffer clearing problems |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brian | assertions |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brian | added assertions, disable debug output |
commit | commitdiff | tree | snapshot |
2007-08-16 |
michal | Break mesa dependencies. |
commit | commitdiff | tree | snapshot |
2007-08-16 |
michal | Silence compiler warnings. |
commit | commitdiff | tree | snapshot |
2007-08-16 |
michal | Break mesa dependencies. |
commit | commitdiff | tree | snapshot |
2007-08-16 |
michal | Silence compiler warnings. |
commit | commitdiff | tree | snapshot |
2007-08-16 |
michal | Define ffs() for __WIN32__ & __MSC__. |
commit | commitdiff | tree | snapshot |
2007-08-16 |
michal | Define __WIN32__. |
commit | commitdiff | tree | snapshot |
2007-08-16 |
michal | Move VS code from st_atom_fs.c to st_atom_vs.c. |
commit | commitdiff | tree | snapshot |
2007-08-16 |
michal | Cosmetic changes. |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brian | Remove many dependencies on mesa headers. |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Brian | misc changes to support vertex shaders (disabled by... |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Brian | run real vertex shaders, a total hack for now |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Brian | make pass-through vertex shader |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Brian | check for null swrast (pipe work-around) |
commit | commitdiff | tree | snapshot |
next |