projects
/
profile
/
ivi
/
mesa.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
profile/ivi/mesa.git
2008-05-02
Brian
gallium: implement TGSI_OPCODE_LOG
commit
|
commitdiff
|
tree
|
snapshot
2008-05-01
Brian Paul
added cast for MSVC
commit
|
commitdiff
|
tree
|
snapshot
2008-05-01
Brian Paul
gallium: remove the unused softpipe_winsys code
commit
|
commitdiff
|
tree
|
snapshot
2008-05-01
Keith Whitwell
tgsi: remove some bogus win vs. linux crud
commit
|
commitdiff
|
tree
|
snapshot
2008-05-01
Keith Whitwell
rtasm: learn another version of push
commit
|
commitdiff
|
tree
|
snapshot
2008-05-01
Keith Whitwell
draw: label fn args -- shouldn't this be defined where...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-01
Keith Whitwell
rtasm: fix labels after (not so) recent change to allow...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-01
Keith Whitwell
i915: avoid crashing on bad parameter
commit
|
commitdiff
|
tree
|
snapshot
2008-05-01
Keith Whitwell
i915: fix warning
commit
|
commitdiff
|
tree
|
snapshot
2008-05-01
Keith Whitwell
softpipe: fix warning
commit
|
commitdiff
|
tree
|
snapshot
2008-05-01
Keith Whitwell
sct: fix bug in remove_context_from_surface
commit
|
commitdiff
|
tree
|
snapshot
2008-05-01
Michel Dänzer
gallium: Set sampler->min_lod instead of always realloc...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-01
Michel Dänzer
gallium: Notify driver of texture updates in util_blit_...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-01
Keith Whitwell
tgsi: restore HIGH_PRECISION setting
commit
|
commitdiff
|
tree
|
snapshot
2008-05-01
Keith Whitwell
tgsi: add some const qualifiers to immediate pointers
commit
|
commitdiff
|
tree
|
snapshot
2008-05-01
Keith Whitwell
mesa: squash harmless warning
commit
|
commitdiff
|
tree
|
snapshot
2008-05-01
Keith Whitwell
rtasm: assert stack is fully popped in return
commit
|
commitdiff
|
tree
|
snapshot
2008-05-01
Keith Whitwell
draw: avoid aliasing warning
commit
|
commitdiff
|
tree
|
snapshot
2008-05-01
Keith Whitwell
tgsi: use EBX everywhere, be sure to push/pop it
commit
|
commitdiff
|
tree
|
snapshot
2008-05-01
Keith Whitwell
tgsi: use x86_fn_arg instead of get_argument() -- it...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-01
Keith Whitwell
tgsi: use ESI instead of EBX on non-win32 platforms
commit
|
commitdiff
|
tree
|
snapshot
2008-05-01
Keith Whitwell
gallium: do something sensible on the error path to...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-01
Alan Hourihane
Fix build problem with MSVC
commit
|
commitdiff
|
tree
|
snapshot
2008-05-01
José Fonseca
Add Brian's explanation for inheritance in C.
commit
|
commitdiff
|
tree
|
snapshot
2008-05-01
José Fonseca
gallium: Add newline to eof.
commit
|
commitdiff
|
tree
|
snapshot
2008-05-01
Keith Whitwell
draw: squash warnings
commit
|
commitdiff
|
tree
|
snapshot
2008-05-01
Keith Whitwell
draw: turn on SSE swizzle code
commit
|
commitdiff
|
tree
|
snapshot
2008-05-01
Brian Paul
gallium: remove old files
commit
|
commitdiff
|
tree
|
snapshot
2008-05-01
Brian Paul
gallium: fix texture border removal bug
commit
|
commitdiff
|
tree
|
snapshot
2008-04-30
Brian Paul
gallium: use the newer PIPE_FORMAT_x_UNORM format names
commit
|
commitdiff
|
tree
|
snapshot
2008-04-30
Brian Paul
gallium: rename old PIPE_FORMAT_U_I8 with PIPE_FORMAT_I...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-30
Brian Paul
gallium: replace old PIPE_FORMAT_U_S8 with PIPE_FORMAT_...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-30
Brian Paul
Add support for GL_REPLACE_EXT texture env mode.
commit
|
commitdiff
|
tree
|
snapshot
2008-04-30
Brian Paul
added xdemos/sharedtex.c test
commit
|
commitdiff
|
tree
|
snapshot
2008-04-30
Brian Paul
gallium: fix typo: s/custam/custom/
commit
|
commitdiff
|
tree
|
snapshot
2008-04-30
Zack Rusin
plug a memleak, destroy setup context
commit
|
commitdiff
|
tree
|
snapshot
2008-04-30
Zack Rusin
try to fix the deleting of the bound cso during cleanup...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-30
José Fonseca
gallium: Fix release build.
commit
|
commitdiff
|
tree
|
snapshot
2008-04-30
José Fonseca
d3d: Windows miniport driver portability fixes.
commit
|
commitdiff
|
tree
|
snapshot
2008-04-30
José Fonseca
scons: Try to cope with scons 0.98+.
commit
|
commitdiff
|
tree
|
snapshot
2008-04-30
Brian Paul
gallium: use new buffer wrapper functions in p_inlines.h
commit
|
commitdiff
|
tree
|
snapshot
2008-04-30
Brian Paul
gallium: new pipe_buffer alloc/map/unmap/ref wrappers
commit
|
commitdiff
|
tree
|
snapshot
2008-04-30
Brian Paul
gallium: consolidate the bitmap->texel conversion code
commit
|
commitdiff
|
tree
|
snapshot
2008-04-30
Brian Paul
gallium: create a new texture each time we init/flush...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-30
Brian Paul
gallium: simplify texture format selection
commit
|
commitdiff
|
tree
|
snapshot
2008-04-30
Brian Paul
gallium: init hw_key with memset() to silence valgrind...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-30
Brian Paul
gallium: updated comment in xm_flush_frontbuffer()
commit
|
commitdiff
|
tree
|
snapshot
2008-04-30
Brian Paul
gallium: test for new PIPE_ARCH_X86
commit
|
commitdiff
|
tree
|
snapshot
2008-04-29
Brian Paul
gallium: flush pipe before updating bitmap texture
commit
|
commitdiff
|
tree
|
snapshot
2008-04-29
Zack Rusin
silence p_debug.h:63: warning: ISO C forbids forward...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-29
Brian Paul
disable GL_TEXTURE_1D at end of frame to fix failed...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-29
Brian Paul
gallium: declare pipe_format enum to silence warnings
commit
|
commitdiff
|
tree
|
snapshot
2008-04-29
Keith Whitwell
gallium: add pack for _FLOAT formats to pack_ub
commit
|
commitdiff
|
tree
|
snapshot
2008-04-29
Keith Whitwell
gallium: fix pack for A1R5B5G5
commit
|
commitdiff
|
tree
|
snapshot
2008-04-29
Keith Whitwell
gallium: add pack for A4R4G4B4
commit
|
commitdiff
|
tree
|
snapshot
2008-04-29
Keith Whitwell
gallium: add pack for A1R5B5G5
commit
|
commitdiff
|
tree
|
snapshot
2008-04-29
Keith Whitwell
gallium: add debug_print_format() make it easier to...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-29
Brian Paul
gallium: added some assertions to be sure the blit...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-29
Brian Paul
gallium: added some assertions to st_render_texture...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-29
Brian Paul
gallium: fix broken GL_DEPTH_COMPONENT case in fallback...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-29
Brian Paul
mesa: added _mesa_scale_and_bias_depth_uint()
commit
|
commitdiff
|
tree
|
snapshot
2008-04-29
Brian Paul
gallium: add \n to error strings
commit
|
commitdiff
|
tree
|
snapshot
2008-04-29
Brian Paul
gallium: fix error msg typo
commit
|
commitdiff
|
tree
|
snapshot
2008-04-29
Roland Scheidegger
gallium: set border color
commit
|
commitdiff
|
tree
|
snapshot
2008-04-28
Brian Paul
mesa: explicitly delete textures before creating new...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-28
Brian Paul
gallium: fix incorrect level param in copy_image_data_t...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-28
Keith Whitwell
tgsi: make loop structure clearer, use x86_lea for...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-28
Keith Whitwell
tsgi: add a makefile
commit
|
commitdiff
|
tree
|
snapshot
2008-04-28
Keith Whitwell
translate: squash warnings
commit
|
commitdiff
|
tree
|
snapshot
2008-04-28
Keith Whitwell
pb: remove unused variable, squash warning
commit
|
commitdiff
|
tree
|
snapshot
2008-04-28
Michal Krol
gallium: Set SSE_SWIZZLES to 0 by default.
commit
|
commitdiff
|
tree
|
snapshot
2008-04-28
Michal Krol
gallium: Generate SSE code to swizzle and unswizzle...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-28
Brian Paul
gallium: check for PIPE_FORMAT_X8Z24_UNORM format
commit
|
commitdiff
|
tree
|
snapshot
2008-04-28
Brian Paul
gallium: replace some code with a call to st_choose_for...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-28
Brian Paul
gallium: return enum pipe_format, not uint, for a few...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-28
Brian Paul
gallium: add cases for PIPE_FORMAT_X8Z24_UNORM
commit
|
commitdiff
|
tree
|
snapshot
2008-04-27
José Fonseca
pipebuffer: Be extra cautious with the incoming buffers.
commit
|
commitdiff
|
tree
|
snapshot
2008-04-27
José Fonseca
rtasm: Implement x86_retw.
commit
|
commitdiff
|
tree
|
snapshot
2008-04-26
Brian
gallium: fix broken SGT, SLE
commit
|
commitdiff
|
tree
|
snapshot
2008-04-26
Brian
use PIPE_ARCH_X86
commit
|
commitdiff
|
tree
|
snapshot
2008-04-25
Brian Paul
gallium: tweak comments, minor var renaming
commit
|
commitdiff
|
tree
|
snapshot
2008-04-25
Brian Paul
gallium: tweak comments, minor var renaming
commit
|
commitdiff
|
tree
|
snapshot
2008-04-25
Brian Paul
gallium: remove unneeded st->bitmap_texcoord_bias
commit
|
commitdiff
|
tree
|
snapshot
2008-04-25
Brian Paul
gallium: use simple color pass-through fragment shader...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-25
Brian Paul
gallium: added null ptr check
commit
|
commitdiff
|
tree
|
snapshot
2008-04-25
Brian Paul
gallium: added a null ptr check
commit
|
commitdiff
|
tree
|
snapshot
2008-04-25
Brian Paul
gallium: fix typo s/_mesa_unmap_drapix_pbo/_mesa_unmap_...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-25
Brian Paul
gallium: consolidate quad drawing code
commit
|
commitdiff
|
tree
|
snapshot
2008-04-25
Brian Paul
gallium: remove unused st_draw_vertices()
commit
|
commitdiff
|
tree
|
snapshot
2008-04-25
Brian Paul
gallium: use util_draw_vertex_buffer() instead of st_dr...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-25
José Fonseca
scons: Silent MSVC CRT security warnings.
commit
|
commitdiff
|
tree
|
snapshot
2008-04-25
Brian Paul
gallium: fix the compressed texture hack in st_texture_...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-25
José Fonseca
scons: A few fixes for building mesa on windows.
commit
|
commitdiff
|
tree
|
snapshot
2008-04-25
Keith Whitwell
draw: emit extra flags whenever pipeline is active
commit
|
commitdiff
|
tree
|
snapshot
2008-04-25
Michel Dänzer
gallium: Use util_blit_pixels() for glCopyTexSubImage...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-25
Michel Dänzer
gallium: Add draw_pt_varray.c to scons build.
commit
|
commitdiff
|
tree
|
snapshot
2008-04-25
Keith Whitwell
tgsi: fix compile when HIGH_PRECISION not defined
commit
|
commitdiff
|
tree
|
snapshot
2008-04-25
Keith Whitwell
draw: no need to special-case elts/get_elts for varray...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-25
Keith Whitwell
draw: remove unused vars
commit
|
commitdiff
|
tree
|
snapshot
2008-04-25
Zack Rusin
frontend for rendering without elts
commit
|
commitdiff
|
tree
|
snapshot
next