projects
/
platform
/
upstream
/
mesa.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/mesa.git
2005-05-14
Nicolai Haehnle
Remove dead span functions code.
commit
|
commitdiff
|
tree
|
snapshot
2005-05-14
Nicolai Haehnle
Fix span functions for stencil buffer access.
commit
|
commitdiff
|
tree
|
snapshot
2005-05-14
Nicolai Haehnle
Don't print debug messages unless the user explicitly...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-14
Jon Smirl
Add forgotten demo2.c
commit
|
commitdiff
|
tree
|
snapshot
2005-05-14
Jon Smirl
Fix compile error in demo egl driver
commit
|
commitdiff
|
tree
|
snapshot
2005-05-14
Jon Smirl
Forgot to add fb_egl.c
commit
|
commitdiff
|
tree
|
snapshot
2005-05-13
Nicolai Haehnle
Make software fallbacks work again:
commit
|
commitdiff
|
tree
|
snapshot
2005-05-13
Nicolai Haehnle
Remove quiescence sequence from r300ClearBuffer.
commit
|
commitdiff
|
tree
|
snapshot
2005-05-13
Jon Smirl
First attempt at getting egl support up on dumb framebu...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-13
Nicolai Haehnle
Patch from Jeff Smith:
commit
|
commitdiff
|
tree
|
snapshot
2005-05-13
Nicolai Haehnle
Patch from Jeff Smith:
commit
|
commitdiff
|
tree
|
snapshot
2005-05-13
Alan Hourihane
Remove MAX_VISUAL limitations of 100. If running dual...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-13
Keith Whitwell
Calculate render inputs for tcl stage correctly (hint...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-12
Ian Romanick
Remove some unused structure fields, add some comments...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-12
Keith Whitwell
new MESA_DEBUG option: disassem
commit
|
commitdiff
|
tree
|
snapshot
2005-05-12
Keith Whitwell
Rein in debug slightly
commit
|
commitdiff
|
tree
|
snapshot
2005-05-12
Keith Whitwell
Turn disassem off (oops).
commit
|
commitdiff
|
tree
|
snapshot
2005-05-12
Keith Whitwell
Add check for mask == NULL to the one routine missing it.
commit
|
commitdiff
|
tree
|
snapshot
2005-05-12
Keith Whitwell
When lighting is enabled, but no lights are enabled...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-12
Ben Skeggs
fix warnings in r300_texstate.c (Jeff Smith)
commit
|
commitdiff
|
tree
|
snapshot
2005-05-11
Karl Schultz
The "P" suffix on APIENTRY and GLAPIENTRY is to be...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-11
Aapo Tahkola
VBOs.
commit
|
commitdiff
|
tree
|
snapshot
2005-05-11
Keith Whitwell
Don't let FragmentProgram._Active influence choice...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-11
Keith Whitwell
Previously in TXP and TEX instructions, lambda was...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-11
Keith Whitwell
Use _mesa_memset rather than memset
commit
|
commitdiff
|
tree
|
snapshot
2005-05-11
Keith Whitwell
Don't let FragmentProgram._Active influence choice...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-11
Keith Whitwell
Test for texcoord[3] == zero before dividing. Not...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-11
Keith Whitwell
Fix glean/conform problems. Don't generate so much...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-11
Keith Whitwell
Fix valgrind complaint, conform vertex order test.
commit
|
commitdiff
|
tree
|
snapshot
2005-05-11
Keith Whitwell
Rename temp_flag to temp_in_use. Use ctx->Const.MaxVer...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-11
Keith Whitwell
Fix logic for allocating texture temporaries (Ben Skeggs).
commit
|
commitdiff
|
tree
|
snapshot
2005-05-11
Adam Jackson
int -> size_t to fix compile on LP64.
commit
|
commitdiff
|
tree
|
snapshot
2005-05-10
Keith Whitwell
Ensure programs don't overflow allocated instruction...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-10
Keith Whitwell
Fix some valgrind complaints
commit
|
commitdiff
|
tree
|
snapshot
2005-05-10
Keith Whitwell
fix some valgrind complaints
commit
|
commitdiff
|
tree
|
snapshot
2005-05-10
Keith Whitwell
Improved detection of program changes.
commit
|
commitdiff
|
tree
|
snapshot
2005-05-10
Keith Whitwell
Double-buffer generated instructions and only notify...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-10
Keith Whitwell
Fix some valgrind complaints
commit
|
commitdiff
|
tree
|
snapshot
2005-05-10
Keith Whitwell
Double-buffer generated instructions and only notify...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-10
Keith Whitwell
reduce the use of malloc and strdup for parameter lists
commit
|
commitdiff
|
tree
|
snapshot
2005-05-10
Keith Whitwell
don't be fooled into emitting padding for wpos when...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-10
Keith Whitwell
Missing from previous commit
commit
|
commitdiff
|
tree
|
snapshot
2005-05-10
Keith Whitwell
Update for FragmentProgram._Active
commit
|
commitdiff
|
tree
|
snapshot
2005-05-10
Keith Whitwell
Better driver notification on changes.
commit
|
commitdiff
|
tree
|
snapshot
2005-05-10
Keith Whitwell
get fog working with _TexEnvProgram
commit
|
commitdiff
|
tree
|
snapshot
2005-05-10
Keith Whitwell
Temporary fix - delete and recreate texenvprogram so...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-10
Jouk Jansen
Committing in .
commit
|
commitdiff
|
tree
|
snapshot
2005-05-10
Keith Whitwell
Fix texenv segfault. Reported by Ben Skeggs.
commit
|
commitdiff
|
tree
|
snapshot
2005-05-10
Keith Whitwell
Try not to use the same temp reg as a TXP destination...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-09
Daniel Borca
pathetic attempt to accomodate new frambuffer changes...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-09
Daniel Borca
accomodate new frambuffer changes
commit
|
commitdiff
|
tree
|
snapshot
2005-05-09
Daniel Borca
fix some typos in FX code
commit
|
commitdiff
|
tree
|
snapshot
2005-05-09
Keith Whitwell
i915 will use _TexEnvProgram (if active)
commit
|
commitdiff
|
tree
|
snapshot
2005-05-09
Keith Whitwell
Use driver functions to create TexEnvProgram, TnlProgram
commit
|
commitdiff
|
tree
|
snapshot
2005-05-09
Keith Whitwell
check for null DrawBuffer values
commit
|
commitdiff
|
tree
|
snapshot
2005-05-09
Keith Whitwell
Fallback (rather than fail) on unknown program targets.
commit
|
commitdiff
|
tree
|
snapshot
2005-05-08
Jon Smirl
dri fb works using renderbuffers now in RGBA mode
commit
|
commitdiff
|
tree
|
snapshot
2005-05-07
Jon Smirl
fbdri can draw double buffered now. Next step is to...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-07
Brian Paul
remove some dead code
commit
|
commitdiff
|
tree
|
snapshot
2005-05-07
Brian Paul
x86_64 stuff
commit
|
commitdiff
|
tree
|
snapshot
2005-05-07
Brian Paul
added linux-x86-xcb config (Jeremy Kolb)
commit
|
commitdiff
|
tree
|
snapshot
2005-05-07
Brian Paul
Patches for XCB (Jeremy Kolb)
commit
|
commitdiff
|
tree
|
snapshot
2005-05-07
Brian Paul
assorted warning clean-ups for x86_64, etc (Mikko T.)
commit
|
commitdiff
|
tree
|
snapshot
2005-05-07
Brian Paul
x86-64 transform optimizations (Mikko T.)
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Brian Paul
fix a bunch of html errors
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Brian Paul
fix cpp / bytesPerPixel problem (bug 1196554)
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Brian Paul
remove bad assertion, added new ones in clear_pixmap()
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Brian Paul
restore call to SetBuffer() in clear_color_buffers...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Ben Skeggs
Updated for EXT_framebuffer_object changes. I don't...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Jon Smirl
Fix problem generating mode db. Miniglxtest works now.
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Aapo Tahkola
Missing setups that cause all kinds of problems with...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-05
Karl Schultz
Port Mesa to build on a P64 platform (e.g., Win64)...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-05
Brian Paul
fix for renderbuffer (Andreas Stenglein)
commit
|
commitdiff
|
tree
|
snapshot
2005-05-05
Brian Paul
remove some test code
commit
|
commitdiff
|
tree
|
snapshot
2005-05-05
Brian Paul
minor face-lift for web pages
commit
|
commitdiff
|
tree
|
snapshot
2005-05-05
Brian Paul
fix typo
commit
|
commitdiff
|
tree
|
snapshot
2005-05-05
Brian Paul
added a comment
commit
|
commitdiff
|
tree
|
snapshot
2005-05-05
Brian Paul
add PROGRAM_DIRS line
commit
|
commitdiff
|
tree
|
snapshot
2005-05-05
Aapo Tahkola
Getting rusty... 4278 was already there.
commit
|
commitdiff
|
tree
|
snapshot
2005-05-05
Jon Smirl
Fix up origin in dri/fb driver
commit
|
commitdiff
|
tree
|
snapshot
2005-05-05
Aapo Tahkola
Flat shading and bunch of clarifications to r300_reg.h .
commit
|
commitdiff
|
tree
|
snapshot
2005-05-05
Adam Jackson
Refactor COMMON_SOURCES up to Makefile.template
commit
|
commitdiff
|
tree
|
snapshot
2005-05-05
Jon Smirl
Minor touchups to fbdev renderbuffer support
commit
|
commitdiff
|
tree
|
snapshot
2005-05-05
Aapo Tahkola
Pack tex coord regs at vertex program backend.
commit
|
commitdiff
|
tree
|
snapshot
2005-05-05
Brian Paul
more updates for users of s_spantemp.h
commit
|
commitdiff
|
tree
|
snapshot
2005-05-04
Adam Jackson
Add drirenderbuffer.c to COMMON_SOURCES
commit
|
commitdiff
|
tree
|
snapshot
2005-05-04
Brian Paul
fix s_spantemp.h includes
commit
|
commitdiff
|
tree
|
snapshot
2005-05-04
Brian Paul
FBO changes
commit
|
commitdiff
|
tree
|
snapshot
2005-05-04
Brian Paul
fix xm_span2.c reference
commit
|
commitdiff
|
tree
|
snapshot
2005-05-04
Brian Paul
Major check-in of changes for GL_EXT_framebuffer_object...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-04
Brian Paul
html fix
commit
|
commitdiff
|
tree
|
snapshot
2005-05-04
Brian Paul
EGLScreenMESA updates
commit
|
commitdiff
|
tree
|
snapshot
2005-05-04
Brian Paul
don't call XTranslateCoordinates() if rendering to...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-04
Keith Whitwell
Add a facility to route all rasterization through a...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-04
Keith Whitwell
Sort instructions for clarity.
commit
|
commitdiff
|
tree
|
snapshot
2005-05-04
Keith Whitwell
Include negate information in disassembly output.
commit
|
commitdiff
|
tree
|
snapshot
2005-05-04
Keith Whitwell
Mark unused registers as undefined so dissassemblers...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-04
Keith Whitwell
Improve the quality of the disassembly output for fragm...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-04
Jouk Jansen
Committing in .
commit
|
commitdiff
|
tree
|
snapshot
2005-05-04
Jon Smirl
DRI fbdev driver getting better. Now I can see somethin...
commit
|
commitdiff
|
tree
|
snapshot
next