2007-10-17 |
Brian | disable the NeedFlush assertion for now |
commit | commitdiff | tree |
2007-10-17 |
Brian | Add some FLUSH_CURRENT() calls. |
commit | commitdiff | tree |
2007-10-17 |
Brian | Assert that there's no outstanding current state that... |
commit | commitdiff | tree |
2007-10-17 |
Brian | formatting fix |
commit | commitdiff | tree |
2007-10-17 |
Brian | fix addressing error in read_stencil_pixels() |
commit | commitdiff | tree |
2007-10-17 |
Brian | Replace repeat_remainder() with simpler macro that... |
commit | commitdiff | tree |
2007-10-17 |
Brian | reorder params to get_texel() |
commit | commitdiff | tree |
2007-10-17 |
Brian | implement 3D texture sampling |
commit | commitdiff | tree |
2007-10-17 |
Brian | When in GL_FEEDBACK mode, make sure we emit color and... |
commit | commitdiff | tree |
2007-10-17 |
Brian | generate selection hit if in selection mode and pos... |
commit | commitdiff | tree |
2007-10-17 |
Brian | Update framebuffer state in response to _NEW_COLOR... |
commit | commitdiff | tree |
2007-10-17 |
Brian | Fix viewport Z scale/bias to get the right Z values... |
commit | commitdiff | tree |
2007-10-17 |
Brian | don't crash if texture border is used (unsupported... |
commit | commitdiff | tree |
2007-10-17 |
Brian | fix square point rasterization |
commit | commitdiff | tree |
2007-10-17 |
Brian | lower clamp bound for UNCLAMPED_FLOAT_TO_SHORT() is -1 |
commit | commitdiff | tree |
2007-10-17 |
Brian | use new st_clear_accum_buffer() function |
commit | commitdiff | tree |
2007-10-17 |
Brian | New st_clear_accum_buffer() function (can't use pipe... |
commit | commitdiff | tree |
2007-10-16 |
Brian | front/back determination was wrong |
commit | commitdiff | tree |
2007-10-16 |
Brian | remove debug assertion |
commit | commitdiff | tree |
2007-10-16 |
Brian | Update mask calculations for point drawing. |
commit | commitdiff | tree |
2007-10-16 |
Brian | Fix broken polygon stippling (see comments for details). |
commit | commitdiff | tree |
2007-10-16 |
Brian | Redefine QUAD_TOP_LEFT, TOP_RIGHT, etc. to reflect... |
commit | commitdiff | tree |
2007-10-16 |
Brian | fix perspective-interpolated attribs for points, liens |
commit | commitdiff | tree |
2007-10-16 |
Brian | fix blend term translation bug, rename some funcs |
commit | commitdiff | tree |
2007-10-16 |
Brian | finish remaining blend modes |
commit | commitdiff | tree |
2007-10-15 |
Brian | fix incorrect register in get_eye_normal() for rescale_... |
commit | commitdiff | tree |
2007-10-15 |
Brian | GL_UNSIGNED_BYTE indexes |
commit | commitdiff | tree |
2007-10-15 |
Brian | implement logicop |
commit | commitdiff | tree |
2007-10-15 |
Brian | remove commented out #include |
commit | commitdiff | tree |
2007-10-15 |
Brian | check for width or height = 0 before calling driver... |
commit | commitdiff | tree |
2007-10-15 |
Brian | Fix useabs logic in build_fog(). |
commit | commitdiff | tree |
2007-10-15 |
Brian | remove feedback hack |
commit | commitdiff | tree |
2007-10-15 |
Brian | Undo prev changes. |
commit | commitdiff | tree |
2007-10-15 |
Brian | setup vertex format for GL_FEEDBACK mode |
commit | commitdiff | tree |
2007-10-15 |
Brian | GL_SELECT mode works now |
commit | commitdiff | tree |
2007-10-15 |
Brian | formatting |
commit | commitdiff | tree |
2007-10-15 |
Brian | call pipe->set_vertex_buffer() after drawing/unreferencing. |
commit | commitdiff | tree |
2007-10-15 |
Brian | fix logic for printing extended swizzles |
commit | commitdiff | tree |
2007-10-15 |
Brian | add 'normalized_coords' field to pipe_sampler_state |
commit | commitdiff | tree |
2007-10-15 |
Brian | feedback/rasterpos fix-ups |
commit | commitdiff | tree |
2007-10-15 |
Brian | Change 'drawing' field to boolean. |
commit | commitdiff | tree |
2007-10-15 |
Brian | remove unused includes |
commit | commitdiff | tree |
2007-10-15 |
Brian | simplify KIL usage for bitmap fragprog |
commit | commitdiff | tree |
2007-10-15 |
Brian | check for extended swizzles, added TGSI_OPCODE_KILP |
commit | commitdiff | tree |
2007-10-15 |
Brian | added print_texkil_op() |
commit | commitdiff | tree |
2007-10-14 |
Brian | implement accum ops |
commit | commitdiff | tree |
2007-10-14 |
Brian | implement put_tile() |
commit | commitdiff | tree |
2007-10-14 |
Brian | accum buffer support |
commit | commitdiff | tree |
2007-10-14 |
Brian | 16-bit rgba surface/format for accum |
commit | commitdiff | tree |
2007-10-14 |
Brian | 16-bit RGBA surface format for accum buffers |
commit | commitdiff | tree |
2007-10-14 |
Brian | Added accum function/files. |
commit | commitdiff | tree |
2007-10-13 |
Brian | GL_STENCIL_INDEX support |
commit | commitdiff | tree |
2007-10-13 |
Brian | GL_STENCIL_INDEX support |
commit | commitdiff | tree |
2007-10-13 |
Brian | format info for Z16/Z32 |
commit | commitdiff | tree |
2007-10-13 |
Brian | inequality tests were backward |
commit | commitdiff | tree |
2007-10-13 |
Brian | glDrawPixels support for GL_DEPTH_COMPONENT |
commit | commitdiff | tree |
2007-10-13 |
Brian | Check texture format in get_texel() to handle depth... |
commit | commitdiff | tree |
2007-10-13 |
Brian | get_tile() of Z surfaces returns floats now |
commit | commitdiff | tree |
2007-10-13 |
Brian | added z16/z32_git_tile(), change s8z24_get_tile() to... |
commit | commitdiff | tree |
2007-10-12 |
Brian | Use KIL in glBitmap shader to cull the fragments for... |
commit | commitdiff | tree |
2007-10-12 |
Brian | added assertion to be sure we don't exceed bitfield... |
commit | commitdiff | tree |
2007-10-12 |
Brian | added code to print extended swizzles |
commit | commitdiff | tree |
2007-10-12 |
Brian | change exec_kilp() to only touch lowest four bits in... |
commit | commitdiff | tree |
2007-10-12 |
Brian | initial use of KIL for glBitmap rendering |
commit | commitdiff | tree |
2007-10-11 |
Brian | Init draw->prim = ~0 |
commit | commitdiff | tree |
2007-10-11 |
Brian | rename some vars, updated comments |
commit | commitdiff | tree |
2007-10-11 |
Brian | remove unused tgsi_attrib_to_mesa_attrib() |
commit | commitdiff | tree |
2007-10-11 |
Brian | update st_feedback_draw_vbo() |
commit | commitdiff | tree |
2007-10-11 |
Brian | streamline st_draw_vbo() a bit more, free user-space... |
commit | commitdiff | tree |
2007-10-11 |
Brian | clean-up, streamline st_draw_vbo() |
commit | commitdiff | tree |
2007-10-11 |
Brian | implement intel_user_buffer_create() |
commit | commitdiff | tree |
2007-10-11 |
Brian | Initial support for user-space buffer objects. |
commit | commitdiff | tree |
2007-10-11 |
Brian | Use winsys->user_buffer_create() to wrap user-space... |
commit | commitdiff | tree |
2007-10-10 |
Brian | implement the user_buffer_create() function |
commit | commitdiff | tree |
2007-10-10 |
Brian | Added user_buffer_create() method |
commit | commitdiff | tree |
2007-10-10 |
Brian | added SSCALED cases in fetch_attrib4() |
commit | commitdiff | tree |
2007-10-10 |
Brian | update comments (s/softpipe/gallium/ etc) |
commit | commitdiff | tree |
2007-10-10 |
Brian | minor optimization for color/z results |
commit | commitdiff | tree |
2007-10-10 |
Brian | disable some assertions which pop up during window... |
commit | commitdiff | tree |
2007-10-10 |
Brian | fix get_result_vector() since fp output slots are not... |
commit | commitdiff | tree |
2007-10-10 |
Brian | fix softpipe_clear() to handle ps->offset!=0 (such... |
commit | commitdiff | tree |
2007-10-10 |
Brian | free/unreference pipe_surface in get_texel() |
commit | commitdiff | tree |
2007-10-10 |
Brian | use correct mipmap level in st_render_texture() |
commit | commitdiff | tree |
2007-10-10 |
Brian | use pipe_region_reference() in softpipe_get_tex_surface... |
commit | commitdiff | tree |
2007-10-10 |
Brian | fix width/height padding that caused failed assertion... |
commit | commitdiff | tree |
2007-10-10 |
Brian | Size of input_to_index array should be VERT_ATTRIB_MAX. |
commit | commitdiff | tree |
2007-10-10 |
Brian | Merge tgsi_mesa_compile_fp_program() and tgsi_mesa_comp... |
commit | commitdiff | tree |
2007-10-10 |
Brian | remove unused var |
commit | commitdiff | tree |
2007-10-09 |
Brian | start on a unified vertex/fragment program translation... |
commit | commitdiff | tree |
2007-10-09 |
Brian | Generate DCLs for temporaries. |
commit | commitdiff | tree |
2007-10-09 |
Brian | Finish up decls for packed fragment program outputs. |
commit | commitdiff | tree |
2007-10-09 |
Brian | Pack fragment program outputs to be consistant with... |
commit | commitdiff | tree |
2007-10-09 |
Brian | update some comments |
commit | commitdiff | tree |
2007-10-09 |
Brian | More work on flow control for CAL/RET. |
commit | commitdiff | tree |
2007-10-09 |
Brian | New ATTRIB interpolation type for vertex program inputs... |
commit | commitdiff | tree |
2007-10-09 |
Brian | Don't emit semantic info for vertex program inputs. |
commit | commitdiff | tree |
2007-10-09 |
Brian | Use linked fragment shader inputs (if present) to deter... |
commit | commitdiff | tree |
2007-10-03 |
Brian | use different temps in exec_tex() for bias |
commit | commitdiff | tree |
2007-10-03 |
Brian | updated comments |
commit | commitdiff | tree |
2007-10-03 |
Brian | Add outputs_written bitfield to pipe_shader_state,... |
commit | commitdiff | tree |
next |