2007-09-16 |
Matthieu Castet | nouveau : use GLfloat instead of uint32_t. After all... |
commit | commitdiff | tree |
2007-09-16 |
Matthieu Castet | nouveau : implement nv10_render_points |
commit | commitdiff | tree |
2007-09-16 |
Matthieu Castet | nouveau : fix nv10_render functions |
commit | commitdiff | tree |
2007-09-16 |
Matthieu Castet | nouveau : opps I introduce a bug when cleaning vertex... |
commit | commitdiff | tree |
2007-09-16 |
Matthieu Castet | revert a956184f70733bd22e2bbee515386da12302963f |
commit | commitdiff | tree |
2007-09-16 |
Matthieu Castet | nouveau : nv1x pos vertex attribute need to be the... |
commit | commitdiff | tree |
2007-09-14 |
Matthieu Castet | nouveau : use new nouveau_reg.h with correct Bracket... |
commit | commitdiff | tree |
2007-09-14 |
Matthieu Castet | nouveau : check for nmesa->state_cache.atoms overflow |
commit | commitdiff | tree |
2007-09-14 |
Matthieu Castet | nouveau : fix NV10_TCL_PRIMITIVE_3D_CLIP_PLANE |
commit | commitdiff | tree |
2007-09-14 |
Brian | added copypix.c test (test glCopyPixels w/ pixel zoom) |
commit | commitdiff | tree |
2007-09-14 |
Brian | fix copypixels overlap test bug (#12417) |
commit | commitdiff | tree |
2007-09-14 |
Xiang, Haihao | mesa: bind VBO_ATTRIB_XXX to correct input array when |
commit | commitdiff | tree |
2007-09-14 |
Xiang, Haihao | i965: align the address of the first element within |
commit | commitdiff | tree |
2007-09-13 |
Brian | Merge branch 'master' of git+ssh://brianp@git.freedeskt... |
commit | commitdiff | tree |
2007-09-13 |
Brian | updated vrml link |
commit | commitdiff | tree |
2007-09-13 |
Brian | Fix timer problem when using Fortran bindings (submitte... |
commit | commitdiff | tree |
2007-09-13 |
Matthieu Castet | nouveau : diable broken light enable on nv10 |
commit | commitdiff | tree |
2007-09-13 |
Brian | added program_error2() function for better error reporting |
commit | commitdiff | tree |
2007-09-13 |
Brian | Fix state.texgen parsing error (bug 12313). |
commit | commitdiff | tree |
2007-09-13 |
Brian | added .pc.in files to tarballs |
commit | commitdiff | tree |
2007-09-13 |
Brian | added null ptr check |
commit | commitdiff | tree |
2007-09-12 |
Jonathan Bestien... | check return value of invert_matrix() |
commit | commitdiff | tree |
2007-09-12 |
Brian | Add glut_fcb.c to the build and update to fix warnings... |
commit | commitdiff | tree |
2007-09-12 |
Brian | Rename. "fcb" = fortran call back |
commit | commitdiff | tree |
2007-09-12 |
Jesse Barnes | Remove unused plane->pipe mapping fields from SAREA... |
commit | commitdiff | tree |
2007-09-12 |
Brian | updated with pkg-config info |
commit | commitdiff | tree |
2007-09-12 |
Dan Nicholson | pkg-config support |
commit | commitdiff | tree |
2007-09-12 |
Dan Nicholson | DESTDIR support. |
commit | commitdiff | tree |
2007-09-12 |
Xiang, Haihao | i965: translate shadow compare function into correct |
commit | commitdiff | tree |
2007-09-12 |
Xiang, Haihao | i965: revert commit 1a15b2169ba6cb100627eb525a20a00537c... |
commit | commitdiff | tree |
2007-09-11 |
root | prefix some include filenames with shader/ |
commit | commitdiff | tree |
2007-09-11 |
Brian | Fix-up #includes to remove some -I options. |
commit | commitdiff | tree |
2007-09-11 |
Brian | In _mesa_make_current(), don't unbind FBOs from the... |
commit | commitdiff | tree |
2007-09-11 |
Brian | Update depth test state when binding new framebuffer... |
commit | commitdiff | tree |
2007-09-11 |
Brian | fix comment |
commit | commitdiff | tree |
2007-09-11 |
Jesse Barnes | Merge branch 'master' of ssh://git.freedesktop.org... |
commit | commitdiff | tree |
2007-09-11 |
Jesse Barnes | intel: disentangle planes & pipes |
commit | commitdiff | tree |
2007-09-11 |
Xiang, Haihao | i965: take the secondary color into account when drawing |
commit | commitdiff | tree |
2007-09-11 |
Xiang, Haihao | i965: limit on LOD Bias, fix#11987 |
commit | commitdiff | tree |
2007-09-10 |
Brian | clean-up (see bug 12317) |
commit | commitdiff | tree |
2007-09-06 |
Patrice Mandin | nouveau: nv10: check NULL pointers |
commit | commitdiff | tree |
2007-09-06 |
Patrice Mandin | nouveau: init depth range |
commit | commitdiff | tree |
2007-09-06 |
Patrice Mandin | nouveau: nv10: replace macros by loop to set vertex... |
commit | commitdiff | tree |
2007-09-06 |
Patrice Mandin | nouveau: need parenthesis around macro params, generato... |
commit | commitdiff | tree |
2007-09-06 |
Patrice Mandin | Disable an assert for hw that do not emit POS as first... |
commit | commitdiff | tree |
2007-09-05 |
Patrice Mandin | nouveau: nv10: emit vertex data in proper order for... |
commit | commitdiff | tree |
2007-09-05 |
Brian | updated bug report guidelines |
commit | commitdiff | tree |
2007-09-05 |
Christoph Kubisch | updated VC7 project files |
commit | commitdiff | tree |
2007-09-05 |
Xiang, Haihao | i965: only take non-varying attribute into account... |
commit | commitdiff | tree |
2007-09-04 |
Stephane Marchesin | nouveau: who needs nv03 ? |
commit | commitdiff | tree |
2007-09-04 |
Patrice Mandin | nouveau: nv10: need to transpose mesa model+proj matrix... |
commit | commitdiff | tree |
2007-09-03 |
Brian | Use temporary matrix in __gluInvertMatrixd() to fix... |
commit | commitdiff | tree |
2007-09-03 |
Patrice Mandin | nouveau: nv10: forgot function to set modelview matrix |
commit | commitdiff | tree |
2007-09-03 |
Patrice Mandin | nouveau: separate modelview and projection matrix updates |
commit | commitdiff | tree |
2007-09-01 |
Xiang, Haihao | i965: Correct build_lighting in i965 driver according to |
commit | commitdiff | tree |
2007-08-31 |
Brian | Fix problem introduced in previous commit in which... |
commit | commitdiff | tree |
2007-08-31 |
Patrice Mandin | nouveau: nv10: remove setting projection matrix when... |
commit | commitdiff | tree |
2007-08-31 |
Patrice Mandin | nouveau: add hw-dependent function to update modelview... |
commit | commitdiff | tree |
2007-08-31 |
Xiang, Haihao | i965: Calculate the positional light in homogeneous... |
commit | commitdiff | tree |
2007-08-31 |
Zou Nan hai | optimize 965 clip |
commit | commitdiff | tree |
2007-08-31 |
Xiang, Haihao | i965: Take the upper limitation on LOD into account. |
commit | commitdiff | tree |
2007-08-30 |
David Moore | Bug #10571: Fix 965 line clipping when neither vertex... |
commit | commitdiff | tree |
2007-08-30 |
Roland Scheidegger | fix another occurence of movaps which might not be... |
commit | commitdiff | tree |
2007-08-30 |
Brian | s/movaps/movups/ (see bug 12216) |
commit | commitdiff | tree |
2007-08-29 |
Xiang, Haihao | i965: store read drawable info in intel_context. Some... |
commit | commitdiff | tree |
2007-08-29 |
Xiang, Haihao | i965: check NULL pointer. fix bug#12193 |
commit | commitdiff | tree |
2007-08-29 |
Xiang, Haihao | i965: samplers group in fours in WM_STATE. fix bug... |
commit | commitdiff | tree |
2007-08-28 |
Keith Packard | Add register defines for hw binning |
commit | commitdiff | tree |
2007-08-28 |
Xiang, Haihao | i965: flush batch buffer when getting the maximum.... |
commit | commitdiff | tree |
2007-08-27 |
Brian | added --noclear option to demonstrate rendering without... |
commit | commitdiff | tree |
2007-08-27 |
Colin McDonald | fixed problem with big glDrawArrays (see bug 12141) |
commit | commitdiff | tree |
2007-08-27 |
Brian | new __gluInvertMatrix() function (Mesa bug 6748) |
commit | commitdiff | tree |
2007-08-27 |
Patrice Mandin | nouveau: nv10: set total stride of vertex array for... |
commit | commitdiff | tree |
2007-08-25 |
Patrice Mandin | nouveau: nv10: also set modelview0 matrix to identity |
commit | commitdiff | tree |
2007-08-25 |
Patrice Mandin | nouveau: nv10: add a scissor func, do not cache viewpor... |
commit | commitdiff | tree |
2007-08-25 |
Patrice Mandin | nouveau: nv10: properly set viewport and projection |
commit | commitdiff | tree |
2007-08-24 |
Brian | remove CallDepth++/-- accidentally removed in prev... |
commit | commitdiff | tree |
2007-08-23 |
Adam Jackson | Unbreak Linux builds with -fvisibility=hidden. |
commit | commitdiff | tree |
2007-08-23 |
Brian | For _mesa_share_state(), update the context's reference... |
commit | commitdiff | tree |
2007-08-23 |
Brian | remove unneeded CallStack array |
commit | commitdiff | tree |
2007-08-22 |
Patrice Mandin | nouveau: nv10: set projection matrix from viewport... |
commit | commitdiff | tree |
2007-08-22 |
Patrice Mandin | nouveau: nv10: initialize more of nv10 tcl engine |
commit | commitdiff | tree |
2007-08-21 |
Patrice Mandin | nouveau: nv10: Move some initialization stuff |
commit | commitdiff | tree |
2007-08-21 |
Patrice Mandin | nouveau: Use proper notifier object |
commit | commitdiff | tree |
2007-08-21 |
Patrice Mandin | nouveau: nv10: Remove commented, unsupported by hw... |
commit | commitdiff | tree |
2007-08-20 |
Patrice Mandin | Use correct object for GART |
commit | commitdiff | tree |
2007-08-20 |
Brian | refactor bounds checking code |
commit | commitdiff | tree |
2007-08-20 |
Brian | don't map buffer in _mesa_validate_DrawElements() unles... |
commit | commitdiff | tree |
2007-08-19 |
Patrice Mandin | nouveau: nv10: only one color buffer atm |
commit | commitdiff | tree |
2007-08-18 |
Brian | some fixes for compressed cube maps (bug 11986) |
commit | commitdiff | tree |
2007-08-18 |
Brian | remove dead code left over after fixing GL_READ/DRAW_BU... |
commit | commitdiff | tree |
2007-08-17 |
Xiang, Haihao | Brian's fix for bug9829 |
commit | commitdiff | tree |
2007-08-17 |
Xiang, Haihao | i965: align width/height for volume texture |
commit | commitdiff | tree |
2007-08-16 |
Patrice Mandin | nouveau: nv10: clear a buffer |
commit | commitdiff | tree |
2007-08-16 |
Patrice Mandin | nouveau: nv10: add function to clear a buffer |
commit | commitdiff | tree |
2007-08-16 |
Patrice Mandin | nouveau: store render buffer pointers in context, to... |
commit | commitdiff | tree |
2007-08-16 |
Patrice Mandin | nouveau: nv10: create objects needed to clear buffer |
commit | commitdiff | tree |
2007-08-16 |
Brian | Rework the GL_READ_BUFFER, GL_DRAW_BUFFER state repairs... |
commit | commitdiff | tree |
2007-08-16 |
Brian | update comments, etc related to Read/DrawBuffer state |
commit | commitdiff | tree |
2007-08-16 |
Brian | remove reference to ctx->Color.DrawBuffer |
commit | commitdiff | tree |
next |