2008-11-07 |
Brian Paul | mesa: added DP2, DP2A instructions |
commit | commitdiff | tree |
2008-11-07 |
Brian Paul | mesa: added AND/OR/NOT/XOR instructions |
commit | commitdiff | tree |
2008-11-07 |
Brian Paul | mesa: include shader/prog_instruction.h |
commit | commitdiff | tree |
2008-11-07 |
Brian Paul | mesa: added OPCODE_NRM3/NRM4 instructions for vector... |
commit | commitdiff | tree |
2008-11-07 |
Xiang, Haihao | mesa: use _bfc0 instead of _col0 when building back... |
commit | commitdiff | tree |
2008-11-07 |
Brian Paul | mesa: rename OPCODE_INT -> OPCODE_TRUNC |
commit | commitdiff | tree |
2008-11-06 |
Brian Paul | mesa: update the shader programs->TexturesUsed array... |
commit | commitdiff | tree |
2008-11-06 |
Xiang, Haihao | i965: Always check vertex program. |
commit | commitdiff | tree |
2008-11-06 |
Gary Wong | i965: Implement missing OPCODE_NOISE3 instruction in... |
commit | commitdiff | tree |
2008-11-05 |
Brian Paul | mesa: Fix compiler warnings on Windows. |
commit | commitdiff | tree |
2008-11-05 |
Brian Paul | mesa: fix a GLSL array indexing codegen bug |
commit | commitdiff | tree |
2008-11-05 |
Brian Paul | mesa: remove extra \n from printf string |
commit | commitdiff | tree |
2008-11-05 |
Brian Paul | mesa: add Initialized field to gl_uniform struct, for... |
commit | commitdiff | tree |
2008-11-04 |
Brian Paul | added glsl/skinning.c test to test matrix blending... |
commit | commitdiff | tree |
2008-11-04 |
Brian Paul | mesa: fix float-valued GLSL vertex attribute variables |
commit | commitdiff | tree |
2008-11-04 |
Brian Paul | print err msg if unable to open shader file |
commit | commitdiff | tree |
2008-11-04 |
Brian Paul | remove old debug glFlush/Finish calls from demos |
commit | commitdiff | tree |
2008-11-02 |
Eric Anholt | i965: Clean up stale NDC comment. |
commit | commitdiff | tree |
2008-11-02 |
Eric Anholt | i965: Avoid vs header computation for negative rhw... |
commit | commitdiff | tree |
2008-11-02 |
Eric Anholt | i965: Merge GM45 into the G4X chipset define. |
commit | commitdiff | tree |
2008-11-02 |
Eric Anholt | i965: Fix copy'n'paste issue that made brw->urb.constra... |
commit | commitdiff | tree |
2008-11-01 |
Brian Paul | mesa: silence warnings |
commit | commitdiff | tree |
2008-11-01 |
Brian Paul | mesa: do scope replacement for while/for loops too |
commit | commitdiff | tree |
2008-11-01 |
Brian Paul | mesa: glsl tree print improvements |
commit | commitdiff | tree |
2008-11-01 |
Brian Paul | mesa: fix assignment / parameter passing of sampler... |
commit | commitdiff | tree |
2008-11-01 |
Brian Paul | mesa: additional debug flags for glsl debug/disassembly |
commit | commitdiff | tree |
2008-11-01 |
Keith Packard | Fix for 58dc8b7: dest regions must not use HorzStride... |
commit | commitdiff | tree |
2008-10-31 |
Brian Paul | mesa: fix some bugs with precision qualifier parsing |
commit | commitdiff | tree |
2008-10-31 |
Brian Paul | mesa: do scope replacement for variable initializers too |
commit | commitdiff | tree |
2008-10-31 |
Brian Paul | mesa: fix copy/paste error in GLSL error msg |
commit | commitdiff | tree |
2008-10-31 |
Eric Anholt | intel: pixelzoom doesn't apply to glBitmap, so disable... |
commit | commitdiff | tree |
2008-10-31 |
Eric Anholt | intel: Remove fallback for glDrawPixels(GL_COLOR_INDEX) |
commit | commitdiff | tree |
2008-10-31 |
Eric Anholt | intel: Add more fallback debugging for glDrawPixels. |
commit | commitdiff | tree |
2008-10-31 |
Gary Wong | i965: implement the missing OPCODE_NOISE1 and OPCODE_NO... |
commit | commitdiff | tree |
2008-10-31 |
Gary Wong | i965: support destination horiz strides in align1 acces... |
commit | commitdiff | tree |
2008-10-31 |
Xiang, Haihao | mesa: fix a typo in the previous commit |
commit | commitdiff | tree |
2008-10-30 |
Xiang, Haihao | mesa: fix an issue in _mesa_PointParameterfv(). |
commit | commitdiff | tree |
2008-10-29 |
Brian Paul | glx: added PFNGL*PROC typedefs for GLX 1.3 functions |
commit | commitdiff | tree |
2008-10-29 |
Nigel Stewart | glu: fix compilation problem when using Windows gl... |
commit | commitdiff | tree |
2008-10-29 |
Eric Anholt | intel: Fix glDrawPixels with 4d RasterPos. |
commit | commitdiff | tree |
2008-10-29 |
Eric Anholt | i965: Fix check_aperture calls to cover everything... |
commit | commitdiff | tree |
2008-10-29 |
Brian Paul | mesa: include glslcompiler driver in tarball |
commit | commitdiff | tree |
2008-10-28 |
Brian Paul | mesa: fix stand-alone glslcompiler build |
commit | commitdiff | tree |
2008-10-28 |
Eric Anholt | intel: Don't keep intel->pClipRects, and instead just... |
commit | commitdiff | tree |
2008-10-28 |
Gary Wong | i965: Allocate temporaries contiguously with other... |
commit | commitdiff | tree |
2008-10-28 |
Julien Cristau | configure.ac: Add support for gnu/kfreebsd |
commit | commitdiff | tree |
2008-10-27 |
Eric Anholt | i965: Fix compiler warning from unused var. |
commit | commitdiff | tree |
2008-10-27 |
Eric Anholt | i965: Remove dead brw->wrap flag. |
commit | commitdiff | tree |
2008-10-27 |
Eric Anholt | intel: Use dri_bo_get_tiling to get tiling mode of... |
commit | commitdiff | tree |
2008-10-25 |
Xiang, Haihao | intel: GL_FALSE on a BO if it won't be modified when... |
commit | commitdiff | tree |
2008-10-24 |
Xiang, Haihao | i965: don't emit state when dri_bufmgr_check_aperture_s... |
commit | commitdiff | tree |
2008-10-24 |
Xiang, Haihao | intel: fallback for intelEmitCopyBlit. |
commit | commitdiff | tree |
2008-10-23 |
Brian Paul | mesa: version 43 of glext.h |
commit | commitdiff | tree |
2008-10-23 |
Brian Paul | mesa: version 21 of glxext.h |
commit | commitdiff | tree |
2008-10-23 |
Brian Paul | mesa: remove calls to _mesa_adjust_image_for_convolutio... |
commit | commitdiff | tree |
2008-10-22 |
Brian Paul | mesa: move convolution image adjustment code for glCopy... |
commit | commitdiff | tree |
2008-10-22 |
Brian Paul | mesa: some re-org of glCopyTexSubImage1/2/3D() error... |
commit | commitdiff | tree |
2008-10-22 |
Brian Paul | mesa: in textore.c, only adjust image for convolution... |
commit | commitdiff | tree |
2008-10-21 |
Kristof Ralovich | glx: updated comment |
commit | commitdiff | tree |
2008-10-21 |
Xiang, Haihao | i915: fix carsh in i830_emit_state. (bug #17766) |
commit | commitdiff | tree |
2008-10-16 |
Brian Paul | glxswapcontrol: added -fullscreen option |
commit | commitdiff | tree |
2008-10-16 |
Brian Paul | glxgears: for fullscreen, disable window borders the... |
commit | commitdiff | tree |
2008-10-16 |
Roland Scheidegger | fix span issue with really old ddx and non-tcl r100... |
commit | commitdiff | tree |
2008-10-16 |
Brian Paul | mesa: fix error codes in _mesa_GetObjectParameterivARB... |
commit | commitdiff | tree |
2008-10-15 |
Kristian Høgsberg | Update DRI2 implementation according to new specification. |
commit | commitdiff | tree |
2008-10-15 |
Kristian Høgsberg | Revert pointless reindents to avoid merge conflicts. |
commit | commitdiff | tree |
2008-10-13 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs glxclient.h |
commit | commitdiff | tree |
2008-10-13 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs glcontextmodes.h |
commit | commitdiff | tree |
2008-10-13 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs glxextensions.c |
commit | commitdiff | tree |
2008-10-13 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs glxextensions.h |
commit | commitdiff | tree |
2008-10-13 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs xfont.c |
commit | commitdiff | tree |
2008-10-13 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs xf86dristr.h |
commit | commitdiff | tree |
2008-10-13 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs XF86dri.c |
commit | commitdiff | tree |
2008-10-13 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs xf86dri.h |
commit | commitdiff | tree |
2008-10-13 |
RALOVICH, Kristóf | glx: kill old K&R syntax in XF86dri.c |
commit | commitdiff | tree |
2008-10-13 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs vertarr.c |
commit | commitdiff | tree |
2008-10-13 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs singlepix.c |
commit | commitdiff | tree |
2008-10-13 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs single2.c |
commit | commitdiff | tree |
2008-10-13 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs renderpix.c |
commit | commitdiff | tree |
2008-10-13 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs render2.c |
commit | commitdiff | tree |
2008-10-13 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs pixelstore.c |
commit | commitdiff | tree |
2008-10-13 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs pixel.c |
commit | commitdiff | tree |
2008-10-13 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs packsingle.h |
commit | commitdiff | tree |
2008-10-13 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs packrender.h |
commit | commitdiff | tree |
2008-10-13 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs indirect_window_pos.c |
commit | commitdiff | tree |
2008-10-13 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs indirect_vertex_pro... |
commit | commitdiff | tree |
2008-10-13 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs indirect_vertex_arr... |
commit | commitdiff | tree |
2008-10-13 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs indirect_vertex_array.h |
commit | commitdiff | tree |
2008-10-13 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs indirect_vertex_array.c |
commit | commitdiff | tree |
2008-10-13 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs indirect_transpose_... |
commit | commitdiff | tree |
2008-10-13 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs indirect_texture_co... |
commit | commitdiff | tree |
2008-10-13 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs glx_query.c |
commit | commitdiff | tree |
2008-10-13 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs glx_pbuffer.c |
commit | commitdiff | tree |
2008-10-13 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs glxhash.c |
commit | commitdiff | tree |
2008-10-13 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs glxhash.h |
commit | commitdiff | tree |
2008-10-13 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs glxext.c |
commit | commitdiff | tree |
2008-10-13 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs glxcurrent.c |
commit | commitdiff | tree |
2008-10-13 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs glxcmds.c |
commit | commitdiff | tree |
2008-10-13 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs glcontextmodes.c |
commit | commitdiff | tree |
2008-10-13 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs eval.c |
commit | commitdiff | tree |
next |