profile/ivi/mesa.git
2008-04-10 Brianuse InitUniforms()
2008-04-10 BrianReplace duplicated code with new shaderutil.c functions
2008-04-10 Brianshader utility functions
2008-04-09 Hasso TepperAdd support for dfbsd to mklib script.
2008-04-09 Hasso TepperAdd $(X11_INCLUDES) to shut makedepend up.
2008-04-09 Hasso Tepperautoconf: Add dfbsd support.
2008-04-08 Jie LuoHandle fbconfig comparison correctly for attributes...
2008-04-08 Kristian HøgsbergOnly convert configs if screen creation was successful.
2008-04-07 Michel Dänzerr300: Fix r300VAPInputRoute{0,1} for big endian platforms.
2008-04-05 Brian7.0.3 updates
2008-04-05 Brianupdated w/ 7.0.3 release
2008-04-05 Brianimport 7.0.3 relnotes from 7.0 branch
2008-04-05 Brianadded glGetActiveUniform_func
2008-04-05 Brianmesa: add missing glPush/PopMatrix() calls
2008-04-05 Brianmesa: add missing glPush/PopMatrix() calls
2008-04-04 Brianrewrite some of the mat*mat, mat*vec intrinsics
2008-04-04 Briansilence warning
2008-04-02 Kristian HøgsbergPick up dri2proto from the standard proto header includ...
2008-04-02 Kristian HøgsbergInitialize GLX_EXT_texture_from_pixmap attributes corre...
2008-04-01 Roland Scheideggerfix mistakenly set ATIFragmentShader._Enabled bit ...
2008-04-01 Brianadded some missing calls to _mesa_enable_x_y_extensions()
2008-04-01 Dan NicholsonUse AC_CHECK_PROGS to find alternate make programs
2008-03-31 Markus Amslerfix parsing bug involving comments at the end of ARB...
2008-03-31 Kristian HøgsbergDRI interface changes and DRI2 direct rendering support.
2008-03-31 Xiang, Haihaomesa: Free all shader program data before deleting all
2008-03-31 Xiang, HaihaoRevert "mesa: separate shader program object from shade...
2008-03-31 Xiang, Haihaoi915: texture object's lod bias. fix bug #15192
2008-03-30 Markus Amslerr300: Copy-and-paste error from the vertex program...
2008-03-30 Markus Amslerr300: Take PROGRAM_CONSTANT into account.
2008-03-29 Oliver McFaddenMerge branch 'r300-vertprog-branch' of ssh://people...
2008-03-28 Brianfix texture/renderbuffer mix-up in test_attachment_comp...
2008-03-28 Xiang, Haihaoi965: depth offset on glPolygonMode(GL_LINE/GL_POINT)
2008-03-28 Dave Airlier300: finish conversion of RS_INST regs
2008-03-28 Dave Airlier300: move to using RS_INST names
2008-03-27 Brianconsolidate some parsing functions that were pretty...
2008-03-27 Brianwhen negating scalar src args, use NEGATE_XYZW, not...
2008-03-27 BrianSet param_var->param_binding_type = PROGRAM_CONSTANT
2008-03-27 Eric AnholtAdd a couple of test apps for line/unfilled polygon...
2008-03-26 Michal Wajdeczko[965] Fix massively broken state cache dirty flagging.
2008-03-26 Michal Wajdeczko[intel] Use mesa texmemory functions to allocate texima...
2008-03-26 Eric Anholt[965] Don't let the negate flags of src0 affect 1 const...
2008-03-26 Michal Wajdeczko[965] Correctly set read mask for OPCODE_SWZ in pass1.
2008-03-26 Eric Anholt[965] Clean up whitespace and dead code from do_unfille...
2008-03-26 Oliver McFaddenr300: Indented the vertex program code...
2008-03-26 Oliver McFaddenr300: Cleaned up the default vertex program code with...
2008-03-26 Oliver McFaddenr300: Removed the last of the duplicate vertex program...
2008-03-26 Oliver McFaddenr300: Added Copyright lines to the vertex program code.
2008-03-26 Zou Nan hai[i915] don't use 4x4 filter for 1D shadowmap
2008-03-26 Oliver McFaddenr300: Renamed the Mesa opcode translation functions.
2008-03-26 Oliver McFaddenr300: Renamed the destination-and-opcode/source macros...
2008-03-25 Brianimplement glGet/BindAttribLocationARB() for display...
2008-03-25 Brianupdated to version 40
2008-03-25 Xiang, Haihaointel: fix the issue "VBO: Cannot allocate memory for...
2008-03-25 Brianadd GL_READ_FRAMEBUFFER_BINDING_EXT case, regenerate...
2008-03-25 Brianfix wrong values for GL_READ/DRAW_FRAMEBUFFER_BINDING_E...
2008-03-24 Alex DeucherR300: fix typo r300 fog reg
2008-03-24 Oliver McFaddenr300: Merged the constant zero/one source macros.
2008-03-24 Oliver McFaddenr300: Merged the Vector and Math Engine opcode macros.
2008-03-22 Eric Anholtautoconf: Add a workaround for second AC_PROG_PATH...
2008-03-22 Brianuse ctx->Driver.DeleteProgram() in a few more places
2008-03-22 Briandelete default programs with ctx->Driver.DeleteProgram()
2008-03-21 Michal Wajdeczko[965] Avoid emitting dead code for DPx/math instructions.
2008-03-21 Michal Wajdeczko[965] Improve pinterp performance by delaying reads...
2008-03-21 Michal Wajdeczko[965] Fix negating of unsigned value in emit_wpos_xy.
2008-03-21 Michal Wajdeczko[965] Add MVP code for position invariant vertex programs.
2008-03-21 Michal Wajdeczko[win32] Use native aligned memory allocation functions.
2008-03-21 Michal Wajdeczko[965] Shuffle state flags to match the order we initial...
2008-03-21 Michal Wajdeczkointel: Use _mesa_ffs wrapper, and fix a use-after-free...
2008-03-21 Eric Anholtautoconf: automatically detect if -ldl is required.
2008-03-21 Eric AnholtFix xdemos build on FreeBSD: <sys/types.h> before ...
2008-03-21 Eric AnholtFix autoconf build on FreeBSD: detect gmake, and put...
2008-03-21 BrianRefactor PBO validate/map code.
2008-03-21 Brianinclude varray.h to silence warning
2008-03-21 Brianadd a number of PBO validate/map/unmap functions
2008-03-21 BrianFix some PBO breakage.
2008-03-21 Zou Nan hai [i965] multiple rendering target fix
2008-03-20 Zou Nan hai[i915] GL_DEPTH_TEXTURE_MODE fix
2008-03-20 Xiang, Haihaomesa: The span array is only populated in single-pixel
2008-03-20 Eric Anholt[965] Initialize region surface key structure padding.
2008-03-20 Eric Anholt[intel] Fix an uninitialized variable access in PRESUME...
2008-03-19 Brianfix IEEE_ONE definition for ICC compiler (bug 15134)
2008-03-19 Alex DeucherRadeon 9500 (0x4144) only has one pipe
2008-03-19 Brianx86_init_func_size() returns int to indicate success...
2008-03-19 Brians/x86_init_func/x86_init_func_size (fixes bug 15119)
2008-03-19 Zou Nan hai [i915] arb point sprite only support in i965
2008-03-19 Zou Nan hai[i915] fix fragment.position
2008-03-19 Eric Anholt[i915] Bug #13634: Fix bugs in 945 cube mipmap layout.
2008-03-19 Eric Anholt[i915] Add comments about how cube texture layout works.
2008-03-19 Eric Anholt[i915] Move miptree layout code into separate functions...
2008-03-19 Eric Anholt[intel] Clarify miptree layout by using byte offsets...
2008-03-19 Eric Anholt[945] Remove conditional in 945 3D mipmap layout checki...
2008-03-19 Alan Hourihaneset outputs_safe to 0 as it's possible for the code...
2008-03-18 Zou Nan haiRevert "[i965] make stipple pattern continue across...
2008-03-18 Xiang, Haihaoglx: Add isDirect back to __GLXcontextRec. It is needed
2008-03-18 Zou Nan hai[i965] make stipple pattern continue across GL_LINE_LOO...
2008-03-18 Dave Airlier300: add new rs690 pci id
2008-03-17 Andrzej Trznadel[965] Fix fp temp reg release code to not usually relea...
2008-03-17 Andrzej TrznadelFix compat implementation of ffs() to return 1-based...
2008-03-17 Markus Amsleronly set InputsRead bit if input is really used
2008-03-17 Markus Amslermesa: Add vertex.attrib 0-15 to arb_input_attrib_string.
next