projects
/
mesa.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
mesa.git
2005-11-23
Brian Paul
change error message
commit
|
commitdiff
|
tree
2005-11-23
Brian Paul
use _eglLog()
commit
|
commitdiff
|
tree
2005-11-23
Brian Paul
New _eglLog() function to replace fprintf/printf calls...
commit
|
commitdiff
|
tree
2005-11-22
Brian Paul
reference bug 5131 in comment in _tnl_free_vertices()
commit
|
commitdiff
|
tree
2005-11-22
Brian Paul
disable freeing of fp->func, see comment (bug 5131)
commit
|
commitdiff
|
tree
2005-11-22
Keith Whitwell
Use correct enums for program output variables. Fixes
commit
|
commitdiff
|
tree
2005-11-22
Keith Whitwell
track state flags which might invalidate parameter...
commit
|
commitdiff
|
tree
2005-11-22
Keith Whitwell
Make sure tnl->_DoVertexFog is kept uptodate. Fixes...
commit
|
commitdiff
|
tree
2005-11-21
Dave Airlie
bit 31 of this inserts a nop after the current instruction
commit
|
commitdiff
|
tree
2005-11-21
Dave Airlie
get rid of some of those unknowns figured out from...
commit
|
commitdiff
|
tree
2005-11-20
Brian Paul
move _mesa_init_instruction() to program.c
commit
|
commitdiff
|
tree
2005-11-20
Brian Paul
s/Saturate/SaturateMode/
commit
|
commitdiff
|
tree
2005-11-20
Brian Paul
Make Saturate a 2-bit field again, renamed to SaturateM...
commit
|
commitdiff
|
tree
2005-11-19
Brian Paul
additional clean-ups and improvements
commit
|
commitdiff
|
tree
2005-11-19
Brian Paul
remove incorrect cast
commit
|
commitdiff
|
tree
2005-11-19
Brian Paul
Saturate is a 1-bit boolean field
commit
|
commitdiff
|
tree
2005-11-19
Brian Paul
Bunch of little fixes:
commit
|
commitdiff
|
tree
2005-11-19
Brian Paul
call gluDeleteQuadric() to fix mem leak
commit
|
commitdiff
|
tree
2005-11-19
Brian Paul
in run_texnorm_stage() check if the texture unit is...
commit
|
commitdiff
|
tree
2005-11-19
Brian Paul
update some vars
commit
|
commitdiff
|
tree
2005-11-19
Brian Paul
No longer derive 'ati_fragment_shader' from 'program...
commit
|
commitdiff
|
tree
2005-11-19
Brian Paul
remove #include arbfragparse.h
commit
|
commitdiff
|
tree
2005-11-19
Brian Paul
remove #include arbfragparse.h, s/PI/M_PI/
commit
|
commitdiff
|
tree
2005-11-19
Brian Paul
removed arbfragparse.[ch] arbvertparse.[ch]
commit
|
commitdiff
|
tree
2005-11-19
Brian Paul
Remove the _mesa_parse_arb_vertex/fragment_program...
commit
|
commitdiff
|
tree
2005-11-19
Brian Paul
update comments, remove ^M chars
commit
|
commitdiff
|
tree
2005-11-19
Brian Paul
move a bunch of gl2/shading language structs from mtype...
commit
|
commitdiff
|
tree
2005-11-18
Aapo Tahkola
Try to detect when native support to given texture...
commit
|
commitdiff
|
tree
2005-11-18
Aapo Tahkola
Fix typo causing secondary color not to work properly.
commit
|
commitdiff
|
tree
2005-11-18
Aapo Tahkola
Reduce stderr noise.
commit
|
commitdiff
|
tree
2005-11-18
Brian Paul
In _mesa_RenderbufferStorageEXT(), try to avoid needles...
commit
|
commitdiff
|
tree
2005-11-17
Brian Paul
move _mesa_update_state() calls before error tests...
commit
|
commitdiff
|
tree
2005-11-17
Brian Paul
optimize drawing GL_DEPTH_STENCIL pixels into a GL_DEPT...
commit
|
commitdiff
|
tree
2005-11-17
Brian Paul
s/MEMCPY/_mesa_memcpy/ and fix typo
commit
|
commitdiff
|
tree
2005-11-17
Brian Paul
optimize case of reading GL_DEPTH_STENCIL pixels from...
commit
|
commitdiff
|
tree
2005-11-17
Brian Paul
delete frame/renderbuffers upon exit, more error checking
commit
|
commitdiff
|
tree
2005-11-17
Brian Paul
improved error checking in error_check_format_type()
commit
|
commitdiff
|
tree
2005-11-16
Thomas Hellström
Fixes for x86_64 Unichrome.
commit
|
commitdiff
|
tree
2005-11-16
Thomas Hellström
Bring in last minute 6_4 branch changes to the unichrom...
commit
|
commitdiff
|
tree
2005-11-16
Brian Paul
added -ds option to test GL_EXT_packed_depth_stencil...
commit
|
commitdiff
|
tree
2005-11-16
Brian Paul
additional comments about GL_DEPTH_STENCIL buffers
commit
|
commitdiff
|
tree
2005-11-16
Brian Paul
added depthstencil.[ch]
commit
|
commitdiff
|
tree
2005-11-16
Brian Paul
Use new gl_framebuffer _Depth/_StencilBuffer fields...
commit
|
commitdiff
|
tree
2005-11-16
Brian Paul
added depthstencil.c
commit
|
commitdiff
|
tree
2005-11-16
Brian Paul
Support for combined depth/stencil renderbuffers (GL_EX...
commit
|
commitdiff
|
tree
2005-11-16
Brian Paul
added _mesa_new_depthstencil_renderbuffer() for combine...
commit
|
commitdiff
|
tree
2005-11-16
Brian Paul
Added error checking in _tnl_Begin to detect incomplete...
commit
|
commitdiff
|
tree
2005-11-16
Brian Paul
change an assertion
commit
|
commitdiff
|
tree
2005-11-16
Brian Paul
Replace GL_POLYGON+1 with PRIM_OUTSIDE_BEGIN_END
commit
|
commitdiff
|
tree
2005-11-16
Brian Paul
add GL_INVALID_FRAMEBUFFER_OPERATION_EXT in _mesa_error()
commit
|
commitdiff
|
tree
2005-11-15
Brian Paul
fix color interpolation problem reported on VMS
commit
|
commitdiff
|
tree
2005-11-15
Brian Paul
check for ctx==NULL, bug 4087
commit
|
commitdiff
|
tree
2005-11-15
Brian Paul
Fix problem in stencil_and_ztest_span() when using...
commit
|
commitdiff
|
tree
2005-11-15
Ian Romanick
Two subtle things missed on the previous commit.
commit
|
commitdiff
|
tree
2005-11-15
Ian Romanick
Add the ability for interleave to test passing invalid...
commit
|
commitdiff
|
tree
2005-11-14
Ian Romanick
Simple test of glInterleavedArrays functionality.
commit
|
commitdiff
|
tree
2005-11-14
Brian Paul
remove unneeded RasterPosValid check
commit
|
commitdiff
|
tree
2005-11-12
Brian Paul
Improve _mesa_print_program().
commit
|
commitdiff
|
tree
2005-11-12
Brian Paul
fix comment for TexSrcTarget
commit
|
commitdiff
|
tree
2005-11-12
Brian Paul
Added _mesa_light() helper function so we can avoid...
commit
|
commitdiff
|
tree
2005-11-12
Brian Paul
Added OSMesaColorClamp(), bug 4917
commit
|
commitdiff
|
tree
2005-11-12
Brian Paul
update an assertion
commit
|
commitdiff
|
tree
2005-11-12
Brian Paul
update some assertions
commit
|
commitdiff
|
tree
2005-11-12
Brian Paul
Move stuff common to vertex/fragment_program into the...
commit
|
commitdiff
|
tree
2005-11-11
Brian Paul
Make _mesa_is_proxy_texture() non-static and use in...
commit
|
commitdiff
|
tree
2005-11-10
Ian Romanick
Support for "fragment program to C" and TCC has been...
commit
|
commitdiff
|
tree
2005-11-10
Brian Paul
s/MAX_LIGHTS/ctx->Const.MaxLights/ and spruce up some...
commit
|
commitdiff
|
tree
2005-11-10
Brian Paul
fix popping of GL_SPOT_DIRECTION (bug 5005)
commit
|
commitdiff
|
tree
2005-11-10
Brian Paul
remove -DMESA_DEBUG
commit
|
commitdiff
|
tree
2005-11-10
Brian Paul
Move code to enable FP exceptions into debug.c (set...
commit
|
commitdiff
|
tree
2005-11-09
Brian Paul
fix popping of GL_EYE_PLANE state (bug 4996)
commit
|
commitdiff
|
tree
2005-11-09
Brian Paul
Bug 4996.
commit
|
commitdiff
|
tree
2005-11-09
Brian Paul
use UNCLAMPED_FLOAT_TO_USHORT/UBYTE in clear_rgba_buffe...
commit
|
commitdiff
|
tree
2005-11-09
Brian Paul
Move COPY_FLOAT() macro down into glide driver.
commit
|
commitdiff
|
tree
2005-11-08
Ian Romanick
At keithw's request, remove all traces of the "fragment...
commit
|
commitdiff
|
tree
2005-11-08
Ian Romanick
This patch adds the missing NV_vertex_program2 and...
commit
|
commitdiff
|
tree
2005-11-08
Brian Paul
s/_mesa_debug_fp_inst/_mesa_print_program/
commit
|
commitdiff
|
tree
2005-11-08
Brian Paul
remove _mesa_debug_fp_inst()
commit
|
commitdiff
|
tree
2005-11-08
Brian Paul
some initial work on upcoming GL_EXT_framebuffer_blit...
commit
|
commitdiff
|
tree
2005-11-08
Brian Paul
remove a bunch of extension stuff that's in glxext.h
commit
|
commitdiff
|
tree
2005-11-08
Brian Paul
minor work in _mesa_print_program()
commit
|
commitdiff
|
tree
2005-11-08
Brian Paul
remove unneeded #includes
commit
|
commitdiff
|
tree
2005-11-07
Brian Paul
remove unneeded #includes
commit
|
commitdiff
|
tree
2005-11-07
Brian Paul
s/_mesa_debug_fp_inst/_mesa_print_program/
commit
|
commitdiff
|
tree
2005-11-05
Brian Paul
s/_mesa_debug_vp_inst/_mesa_print_program/
commit
|
commitdiff
|
tree
2005-11-05
Brian Paul
consolidate vertex/fragment program printing into _mesa...
commit
|
commitdiff
|
tree
2005-11-05
Brian Paul
use _mesa_program_file_string() and _mesa_opcode_string()
commit
|
commitdiff
|
tree
2005-11-05
Brian Paul
added _mesa_program_file_string()
commit
|
commitdiff
|
tree
2005-11-05
Brian Paul
Use _mesa_opcode_string()
commit
|
commitdiff
|
tree
2005-11-05
Brian Paul
use _mesa_num_inst_src_regs() and _mesa_opcode_string()
commit
|
commitdiff
|
tree
2005-11-05
Brian Paul
use _mesa_num_inst_src_regs() instead of nr_args()
commit
|
commitdiff
|
tree
2005-11-05
Brian Paul
added _mesa_num_inst_src_regs() and _mesa_opcode_string()
commit
|
commitdiff
|
tree
2005-11-05
Brian Paul
s/Negate/NegateBase/
commit
|
commitdiff
|
tree
2005-11-05
Brian Paul
s/TexSrcIdx/TexSrcTarget/
commit
|
commitdiff
|
tree
2005-11-05
Brian Paul
Unify vertex/fragment program instuctions.
commit
|
commitdiff
|
tree
2005-11-05
Brian Paul
remove unneeded #includes
commit
|
commitdiff
|
tree
2005-11-05
Brian Paul
remove unneeded #include
commit
|
commitdiff
|
tree
2005-11-05
Aapo Tahkola
Fix broken build.
commit
|
commitdiff
|
tree
2005-11-05
Brian Paul
added MESA_GLX_ALPHA_BITS env var
commit
|
commitdiff
|
tree
2005-11-05
Brian Paul
don't need MAKE_SWIZZLE() macro
commit
|
commitdiff
|
tree
next