projects
/
mesa.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
mesa.git
2009-06-29
Eric Anholt
intel: Move note_unlock() implementation to the one...
commit
|
commitdiff
|
tree
2009-06-29
Eric Anholt
intel: Remove unneded pthread mutex in LOCK_HARDWARE.
commit
|
commitdiff
|
tree
2009-06-29
Eric Anholt
intel: Make LOCK_HARDWARE recursive to avoid hand-rolli...
commit
|
commitdiff
|
tree
2009-06-29
Brian Paul
Merge branch 'mesa_7_5_branch'
commit
|
commitdiff
|
tree
2009-06-29
Brian Paul
progs/glsl: link with GLEW library
commit
|
commitdiff
|
tree
2009-06-29
Keith Whitwell
progs/glsl: compile with scons and glew
commit
|
commitdiff
|
tree
2009-06-29
José Fonseca
scons: Don't raise an exception when DXSDK is not found.
commit
|
commitdiff
|
tree
2009-06-28
José Fonseca
scons: Disable optimizations only for gcc-4.2
commit
|
commitdiff
|
tree
2009-06-28
José Fonseca
scons: Use -Bsymbolic linker option.
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
docs: detect when too many varying vars are used
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
glsl: check number of varying variables against the...
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
docs: fix typos, remove old text from relnotes file
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
docs: bring over news updates from 7.4 branch
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
docs: bring in 7.4.3 and 7.4.4 release notes, news
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
docs: increase max varying vars to 16
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
mesa: raise MAX_VARYING (number of shader varying vars...
commit
|
commitdiff
|
tree
2009-06-26
Ian Romanick
intel / DRI2: Additional flush of fake front-buffer...
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
mesa: bump version to 7.5-rc4
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
docs: document for/continue bug fix
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
cell: PIPE_CAP_TGSI_CONT_SUPPORTED query
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
softpipe: PIPE_CAP_TGSI_CONT_SUPPORTED query
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
gallium: added PIPE_CAP_TGSI_CONT_SUPPORTED
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
glsl: move/simplify error checking for 'return' statements
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
glsl: overhaul 'return' statement handling
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
glsl: predicate assignments according to __returnFlag
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
glsl: added slang_variable::is_global field
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
glsl: silence a problem warning
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
glsl: code refactoring for return statements
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
glsl: fix assorted regressions related to early-return...
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
glsl: comments, field reordering
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
glsl: rework loop nesting code
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
glsl: remove test for loop unrolling when we hit condit...
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
glsl: checkpoint: predicate __retVal = expr with __retu...
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
glsl: use new helper functions in _slang_gen_logical_an...
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
glsl: add comments
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
glsl: checkpoint: replace 'return' with __returnFlag...
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
glsl: fix up scoping for parent/children in slang_opera...
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
glsl: fix uninitialized var in _slang_gen_for_without_c...
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
glsl: added slang_operation_free_children()
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
glsl: added slang_oper_num_children() helper
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
glsl: check-point: declare _returnFlag
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
glsl: added slang_operation_insert_child()
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
glsl: use slang_generate_declaration() to consolidate...
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
glsl: remove obsolete comment
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
st/mesa: query PIPE_CAP_TGSI_CONT_SUPPORTED
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
glsl: implement _slang_gen_while_without_continue()
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
glsl: fix a bug involving 'continue' in 'for' loops
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
glsl: added slang_oper_child_const()
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
glsl: use _slang_loop_contains_continue_or_break()...
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
glsl: use new _slang_loop_contains_continue() helper...
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
glsl: implement continue->break translation for do...
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
glsl: added slang_operation_literal_int/bool() helper...
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
glsl: don't allocate 0-length children array in slang_o...
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
glsl: remove debug code, misc clean-up
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
glsl: implement continue->break transformation for...
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
glsl: added slang_operation_add_children() and slang_op...
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
glsl: added slang_assemble_ctx::EmitContReturn field...
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
demos: improve argv parsing in fslight.c
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
glsl: don't unroll loops containing continue/break
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
Revert "slang: if/else/break & if/else/continue work...
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
glsl: Added gl_shader_state::EmitContReturn field
commit
|
commitdiff
|
tree
2009-06-26
Brian Paul
docs: updated Mesa release instructions
commit
|
commitdiff
|
tree
2009-06-26
José Fonseca
scons: Tool to build with DirectX SDK.
commit
|
commitdiff
|
tree
2009-06-26
José Fonseca
scons: Don't use C specific options with g++
commit
|
commitdiff
|
tree
2009-06-26
Keith Whitwell
tgsi: correct handling of return value from util_vsnprintf
commit
|
commitdiff
|
tree
2009-06-26
Keith Whitwell
aux/indices: don't use 'prim' value once it is known...
commit
|
commitdiff
|
tree
2009-06-24
José Fonseca
wgl: Handle flush after a window is destroyed.
commit
|
commitdiff
|
tree
2009-06-23
Brian Paul
demos: fix issues in glxcontexts.c
commit
|
commitdiff
|
tree
2009-06-22
Roland Scheidegger
i965: handle OPCODE_SWZ in the glsl path
commit
|
commitdiff
|
tree
2009-06-22
Owen W. Taylor
Disable SGI_swap_control extension for DRI2
commit
|
commitdiff
|
tree
2009-06-22
Michel Dänzer
intel: intel_texture_drawpixels() can't handle GL_DEPTH...
commit
|
commitdiff
|
tree
2009-06-22
Brian Paul
i965: added intelFlush() call in intel_get_tex_image()
commit
|
commitdiff
|
tree
2009-06-22
Brian Paul
mesa: s/MAX_VERTEX_PROGRAM_ATTRIBS/MAX_NV_VERTEX_PROGRA...
commit
|
commitdiff
|
tree
2009-06-22
Brian Paul
mesa: rename MAX_VERTEX_ATTRIBS to MAX_VERTEX_GENERIC_A...
commit
|
commitdiff
|
tree
2009-06-22
Brian Paul
mesa: s/MAX_VERTEX_PROGRAM_ATTRIBS/MAX_NV_VERTEX_PROGRA...
commit
|
commitdiff
|
tree
2009-06-22
Brian Paul
mesa: fix some potential state-restore issues in pop_te...
commit
|
commitdiff
|
tree
2009-06-22
Brian Paul
vbo: return VP_NONE from get_program_mode() if running...
commit
|
commitdiff
|
tree
2009-06-22
Brian Paul
mesa: create/use a fallback texture when bound texture...
commit
|
commitdiff
|
tree
2009-06-19
Eric Anholt
intel: Fix other metaops versus GL_COMPILE_AND_EXECUTE...
commit
|
commitdiff
|
tree
2009-06-19
Eric Anholt
intel: Fix glClear behavior versus display lists.
commit
|
commitdiff
|
tree
2009-06-19
Roland Scheidegger
radeons: use dp4 for position invariant vertex programs
commit
|
commitdiff
|
tree
2009-06-19
Michel Dänzer
Also release direct rendering resources in glXDestroyGL...
commit
|
commitdiff
|
tree
2009-06-19
Michel Dänzer
Always free image offsets memory when re-initializing...
commit
|
commitdiff
|
tree
2009-06-19
José Fonseca
scons: Output the friendly "Linking ..." message when...
commit
|
commitdiff
|
tree
2009-06-19
Brian Paul
softpipe: return alpha=1 in shadow_compare() function
commit
|
commitdiff
|
tree
2009-06-18
José Fonseca
util: Add cast.
commit
|
commitdiff
|
tree
2009-06-18
José Fonseca
draw: Replace pointer arithmetic with cast.
commit
|
commitdiff
|
tree
2009-06-18
José Fonseca
trace: Use size_t consistently.
commit
|
commitdiff
|
tree
2009-06-18
José Fonseca
pipebuffer: Use a type consistently for sizes/offsets.
commit
|
commitdiff
|
tree
2009-06-18
José Fonseca
wgl: Fix window resizing in multithread applications.
commit
|
commitdiff
|
tree
2009-06-18
José Fonseca
wgl: Move all thread related code together.
commit
|
commitdiff
|
tree
2009-06-18
Keith Whitwell
glew: correct misspelling of glFramebufferTextureLayer
commit
|
commitdiff
|
tree
2009-06-18
Keith Whitwell
mesa: protect Elements against multiple definitions
commit
|
commitdiff
|
tree
2009-06-17
Brian Paul
intel: remove extra \n from warning string
commit
|
commitdiff
|
tree
2009-06-17
Robert Ellison
i965: fix 1D texture borders with GL_CLAMP_TO_BORDER
commit
|
commitdiff
|
tree
2009-06-17
Robert Ellison
i965: send all warnings through _mesa_warning()
commit
|
commitdiff
|
tree
2009-06-17
Robert Ellison
i965: fix segfault on low memory conditions
commit
|
commitdiff
|
tree
2009-06-17
Ian Romanick
Fast path when rebinding the same texture in single...
commit
|
commitdiff
|
tree
2009-06-17
Eric Anholt
i915: Don't put VBOs in graphics memory unless required...
commit
|
commitdiff
|
tree
2009-06-17
Eric Anholt
i915: Fall back on NPOT textured metaops on 830-class.
commit
|
commitdiff
|
tree
next