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-02-27
Brian
gallium: remove unnecessary assignment
commit
|
commitdiff
|
tree
|
snapshot
2008-02-27
Brian
gallium: added file_max[] array to tgsi_shader_info
commit
|
commitdiff
|
tree
|
snapshot
2008-02-27
Brian
gallium/i915: remove unneeded assignment
commit
|
commitdiff
|
tree
|
snapshot
2008-02-27
Brian
gallium: remove unnecessary tgsi_interp_coef decl
commit
|
commitdiff
|
tree
|
snapshot
2008-02-27
Brian
gallium: remove uses_kill field from softpipe_shader
commit
|
commitdiff
|
tree
|
snapshot
2008-02-27
Brian
gallium: added uses_kill field to tgsi_shader_info
commit
|
commitdiff
|
tree
|
snapshot
2008-02-27
Ian Romanick
cell: Use unified data cache for textures too
commit
|
commitdiff
|
tree
|
snapshot
2008-02-27
Brian
gallium: remove obsolete *_strings.c files
commit
|
commitdiff
|
tree
|
snapshot
2008-02-27
Brian
gallium: remove pipe_context->texture_create/release...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-27
Brian
gallium: move is_format_supported() to pipe_screen...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-27
Brian
gallium: start removing pipe_context->get_name/vendor...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-27
Brian
gallium/i965: implement pipe_screen for i965 driver...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-27
Brian
gallium/i915: hook up screen->get_param()
commit
|
commitdiff
|
tree
|
snapshot
2008-02-27
Brian
Cell: implement pipe_screen for cell driver
commit
|
commitdiff
|
tree
|
snapshot
2008-02-27
Brian
gallium: implement pipe_screen for softpipe driver
commit
|
commitdiff
|
tree
|
snapshot
2008-02-27
Brian
gallium/i915: remove some redundant code
commit
|
commitdiff
|
tree
|
snapshot
2008-02-27
Brian
gallium: better debug messages
commit
|
commitdiff
|
tree
|
snapshot
2008-02-27
Brian
gallium: softpipe_init_texture_funcs(), make texture...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-27
Jerome Glisse
mesa: set input read only on success
commit
|
commitdiff
|
tree
|
snapshot
2008-02-27
José Fonseca
scons: Place the .sconsign file on the builddir too.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-27
José Fonseca
mesa: Add copyright headers.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-27
José Fonseca
gallium: Make headers C++ friendly.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-27
José Fonseca
scons: Move common code to a separate file.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-27
José Fonseca
scons: Autodetect the default machine.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-27
José Fonseca
gallium: Replace // comments.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-27
José Fonseca
gallium: Remove // comments.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-27
José Fonseca
scons: Fix winddk.py's decription and copyright.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-27
José Fonseca
gallium: update for new i915_screen.c file; fix some...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-27
José Fonseca
gallium: Use stricter types.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-27
Brian
cell: insert a (disabled) call to spe_cpu_info_get()
commit
|
commitdiff
|
tree
|
snapshot
2008-02-27
Brian
gallium: introduce 'pipe_screen' for context-independen...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-27
Brian
gallium: use pipe_texture_reference() instead of pipe...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-27
Brian
gallium: remove pipe parameter from pipe_texture_refere...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-27
José Fonseca
Revert "scons: Prefer MSVS 2003 (patch by Mark Mueller)."
commit
|
commitdiff
|
tree
|
snapshot
2008-02-26
Brian
gallium: #includes to silence warnings
commit
|
commitdiff
|
tree
|
snapshot
2008-02-26
Brian
gallium: updated prototype (missed in prev commit)
commit
|
commitdiff
|
tree
|
snapshot
2008-02-26
Brian
gallium: replace draw_convert_wide_points() with draw_w...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-26
Brian
gallium: fix zero-sized viewport bug
commit
|
commitdiff
|
tree
|
snapshot
2008-02-26
Brian
gallium: fix off by one rasterpos bug
commit
|
commitdiff
|
tree
|
snapshot
2008-02-26
Michal Krol
gallium: Print texture target for short dumps.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-26
Ian Romanick
cell: Multiple rendering contexts don't work yet
commit
|
commitdiff
|
tree
|
snapshot
2008-02-26
Michel Dänzer
intel_winsys: Fix build failure due to DEBUG_IOCTL...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-26
Brian
gallium/i915: Use tgsi_scan_shader() to collect shader...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-26
Brian
gallium: remove unused var
commit
|
commitdiff
|
tree
|
snapshot
2008-02-26
Brian
gallium: added tgsi_shader_field to sp_fragment_shader
commit
|
commitdiff
|
tree
|
snapshot
2008-02-26
Brian
gallium: collect more shader info in tgsi_scan_shader()
commit
|
commitdiff
|
tree
|
snapshot
2008-02-26
Brian
gallium: remove input_map[] from pipe_shader_state
commit
|
commitdiff
|
tree
|
snapshot
2008-02-26
Brian
gallium: disable debug code
commit
|
commitdiff
|
tree
|
snapshot
2008-02-26
José Fonseca
scons: Prefer MSVS 2003 (patch by Mark Mueller).
commit
|
commitdiff
|
tree
|
snapshot
2008-02-26
José Fonseca
scons: Properly generate PDB files on MSVC.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-26
José Fonseca
gallium: Add missing copyright headers.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-26
Michal Krol
gallium: Fix build on Windows.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-26
Zack Rusin
implement cache limits for cso
commit
|
commitdiff
|
tree
|
snapshot
2008-02-26
Zack Rusin
add an explicit callback decleration and use it to...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-26
Zack Rusin
hide cso cache definition and add some initial code...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-26
Zack Rusin
implement deleting of driver side cached state in cso's
commit
|
commitdiff
|
tree
|
snapshot
2008-02-26
Brian
gallium: rewrite AA point fragment shader to use a...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-26
Brian
gallium/i915: plug in aapoint draw stage
commit
|
commitdiff
|
tree
|
snapshot
2008-02-26
Brian
gallium/i915: Fix emit_hw_vertex(): need to use vinfo...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-26
Brian
gallium/i915: remove debug code
commit
|
commitdiff
|
tree
|
snapshot
2008-02-26
Brian
gallium/i915: fix i915_emit_texld() to handle swizzled...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-26
Ian Romanick
cell: Additional changes to match changes in draw/draw_...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-26
Ian Romanick
cell: Fix off-by-one error in spu_dcache_fetch_unaligned
commit
|
commitdiff
|
tree
|
snapshot
2008-02-26
Ian Romanick
cell: Trivial compiler warning clean-ups.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-26
Ian Romanick
Cell: Remove unnecessary include files
commit
|
commitdiff
|
tree
|
snapshot
2008-02-26
Ian Romanick
Cell: Use multiple DMA tags for the dcache.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-26
Brian
gallium/i915: compute vertex size _after_ state validat...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-25
Brian
Added line smooth test
commit
|
commitdiff
|
tree
|
snapshot
2008-02-25
Brian
gallium: clamp line width when creating raster state...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-25
Brian
gallium/i915: plug in aaline draw stage
commit
|
commitdiff
|
tree
|
snapshot
2008-02-25
Brian
gallium/i915: make sure state is up to date in i915_vbu...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-25
Brian
gallium/i915: need to recompute vertex info if vertex...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-25
Brian
gallium/i915: call draw_flush() in i915_flush()
commit
|
commitdiff
|
tree
|
snapshot
2008-02-25
Brian
gallium: fix bad ptr assignment
commit
|
commitdiff
|
tree
|
snapshot
2008-02-25
Brian
gallium/i915: use draw_find_vs_output() directly, fix...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-25
Brian
softpipe: use draw_find_vs_output() directly
commit
|
commitdiff
|
tree
|
snapshot
2008-02-25
Brian
gallium: modify draw_find_vs_output() to search vertex...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-25
Brian
gallium/i915: Use hardware rendering, unless INTEL_SP...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-25
Brian
gallium/i915: added SGT/SLE opcodes
commit
|
commitdiff
|
tree
|
snapshot
2008-02-25
José Fonseca
Make the pipe headers C++ friendly.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-25
José Fonseca
Get more debugging info out of MSVC.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-25
José Fonseca
Remove files of unsupported build systems.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-25
José Fonseca
Update git ignores.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-25
José Fonseca
Replace standand library functions by portable ones.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-25
José Fonseca
Add Zack's comments about CSOs.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-25
José Fonseca
Cleanup scons files.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-24
José Fonseca
Update some msvc compiler flags.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-24
José Fonseca
Add new files.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-24
José Fonseca
A few more tweaks to get correct WINDDK compilation.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-24
José Fonseca
gallium: Fix MSVC warnings.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-23
Brian
gallium: disable early Z test if fragment shader contai...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-23
Brian
gallium: added TGSI_FILE_COUNT
commit
|
commitdiff
|
tree
|
snapshot
2008-02-23
Brian
gallium: added new tgsi_scan.c / tgsi_scan_shader(...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-23
José Fonseca
gallium: MSVC fixes.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-23
José Fonseca
Revamp scons usage.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-23
José Fonseca
Bring in several forgotten MSVC fixes.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-23
José Fonseca
Fix typo.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-23
Brian
gallium: fix a state validation bug found w/ pointblast.c
commit
|
commitdiff
|
tree
|
snapshot
2008-02-23
Brian
gallium: fix bug in which wide point stage overrode...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-22
Brian
gallium/i915: overhaul of fragment shader compilation...
commit
|
commitdiff
|
tree
|
snapshot
next