2009-03-25 |
Alan Coopersmith | Add Solaris to OS'es using X in eglplatform.h |
commit | commitdiff | tree |
2009-03-25 |
Alan Coopersmith | define __builtin_expect for non-gcc compilers in two... |
commit | commitdiff | tree |
2009-03-25 |
Alan Coopersmith | Add #ifdefs needed to compile Gallium on Solaris with... |
commit | commitdiff | tree |
2009-03-25 |
Alan Coopersmith | Convert u_int*_t to C99 standard uint*_t |
commit | commitdiff | tree |
2009-03-25 |
Alan Coopersmith | mklib improvements for Solaris |
commit | commitdiff | tree |
2009-03-25 |
Brian Paul | glew: fix GLEW_LIB_NAME |
commit | commitdiff | tree |
2009-03-25 |
Michel Dänzer | Revert "dri2: Avoid round-tripping on DRI2GetBuffers... |
commit | commitdiff | tree |
2009-03-25 |
Brian Paul | gl: update include/GL/glext.h to version 48 |
commit | commitdiff | tree |
2009-03-25 |
Brian Paul | egl: don't use __FUNCTION__ in error messages |
commit | commitdiff | tree |
2009-03-25 |
Alan Hourihane | slang: ensure structure elements have their array lengt... |
commit | commitdiff | tree |
2009-03-25 |
Corbin Simpson | r300-gallium: r300-fs: Moar. |
commit | commitdiff | tree |
2009-03-25 |
Corbin Simpson | r300-gallium: Unify shader interfaces, enable r300... |
commit | commitdiff | tree |
2009-03-25 |
Corbin Simpson | r300-gallium: r500-fs: Remove unused variable. |
commit | commitdiff | tree |
2009-03-25 |
Alan Coopersmith | r300_cmdbuf.c: convert cast to a form supported by... |
commit | commitdiff | tree |
2009-03-25 |
Michel Dänzer | r300: Texture size limit cleanups. |
commit | commitdiff | tree |
2009-03-25 |
Keith Whitwell | progs/vp: more psiz tests |
commit | commitdiff | tree |
2009-03-25 |
Ben Skeggs | nv50: fix typo in nv50_query.c |
commit | commitdiff | tree |
2009-03-25 |
Ben Skeggs | nouveau: fix some pipe_buffer reference counting issues |
commit | commitdiff | tree |
2009-03-24 |
Alan Hourihane | mesa: bump MAX_PROGRAM_TEMPS to 256 (there's some big... |
commit | commitdiff | tree |
2009-03-24 |
Younes Manton | nouveau: Frontbuffer needs to be marked as linear. |
commit | commitdiff | tree |
2009-03-24 |
Brian Paul | demos: add LDFLAGS for corender target, bug 20844 |
commit | commitdiff | tree |
2009-03-24 |
Keith Whitwell | progs/vp: add pointsize + clamp test |
commit | commitdiff | tree |
2009-03-24 |
Keith Whitwell | mesa/st: bump gallium version to 0.3 |
commit | commitdiff | tree |
2009-03-24 |
Keith Whitwell | progs/trivial: add fflushes for cygwin |
commit | commitdiff | tree |
2009-03-24 |
Robert Ellison | i965: fix point rasterization when rendering to FBO |
commit | commitdiff | tree |
2009-03-24 |
Keith Whitwell | progs/trivial: draw non-interleaved arrays out of one vbo |
commit | commitdiff | tree |
2009-03-24 |
Jakob Bornecrantz | progs/tests: Build texcompress2 with scons |
commit | commitdiff | tree |
2009-03-24 |
Eric Anholt | i965: Fix glFrontFacing in twoside GLSL demo. |
commit | commitdiff | tree |
2009-03-24 |
Eric Anholt | i965: Fix fog coordinate g,b,a values when glFrontFacin... |
commit | commitdiff | tree |
2009-03-24 |
Eric Anholt | i965: Clean up a bit of mess with unneeded variables... |
commit | commitdiff | tree |
2009-03-24 |
Eric Anholt | i965: Fix trailing "d" in debug output for 3DSTATE_VERT... |
commit | commitdiff | tree |
2009-03-23 |
Eric Anholt | i965: Fix occlusion query when no other WM state update... |
commit | commitdiff | tree |
2009-03-23 |
Keith Whitwell | vpglsl: add missing SConscript |
commit | commitdiff | tree |
2009-03-23 |
Keith Whitwell | draw: update aa points shader comment |
commit | commitdiff | tree |
2009-03-23 |
Keith Whitwell | progs/fp: pass texcoord to triangle, add a test shader |
commit | commitdiff | tree |
2009-03-23 |
Michel Dänzer | gallium: Remove remnants of reference counting internal... |
commit | commitdiff | tree |
2009-03-22 |
Jakob Bornecrantz | debug: Add function for writing transfers to files |
commit | commitdiff | tree |
2009-03-22 |
Jakob Bornecrantz | trace: Fix args to buffer write |
commit | commitdiff | tree |
2009-03-23 |
José Fonseca | util: Add a new macro for testing empty lists. |
commit | commitdiff | tree |
2009-03-23 |
Brian Paul | softpipe: reformatting, comments, minor clean-ups |
commit | commitdiff | tree |
2009-03-23 |
Brian Paul | tgsi: minor comments |
commit | commitdiff | tree |
2009-03-21 |
Michal Krol | tgsi: Document KIL, KILP instructions. |
commit | commitdiff | tree |
2009-03-21 |
Keith Whitwell | gallium: remove remaining references to origin_lower_left |
commit | commitdiff | tree |
2009-03-21 |
Michal Krol | st: Silence compiler warnings. |
commit | commitdiff | tree |
2009-03-21 |
Brian Paul | gallium: remove use of origin_lower_left |
commit | commitdiff | tree |
2009-03-21 |
Brian Paul | mesa: add new internal state var for window size |
commit | commitdiff | tree |
2009-03-20 |
Brian Paul | mesa: linear scan register allocation for shader programs |
commit | commitdiff | tree |
2009-03-20 |
Brian Paul | docs: updated Mesa extension enum info |
commit | commitdiff | tree |
2009-03-20 |
Corbin Simpson | r300-gallium: Misspelled macro name. |
commit | commitdiff | tree |
2009-03-20 |
Corbin Simpson | r300-gallium: Put r300_cs_inlines to bed. |
commit | commitdiff | tree |
2009-03-20 |
Corbin Simpson | r300-gallium: Simplify/neaten up packet3. |
commit | commitdiff | tree |
2009-03-20 |
Corbin Simpson | r300-gallium: Clean up surface_fill, prep for surface_c... |
commit | commitdiff | tree |
2009-03-20 |
Corbin Simpson | r300-gallium: Properly offset scissors. |
commit | commitdiff | tree |
2009-03-20 |
Corbin Simpson | r300-gallium: Clean up r300_swtcl_emit. |
commit | commitdiff | tree |
2009-03-20 |
Corbin Simpson | r300-gallium: Clean up some emit, and some state handlers. |
commit | commitdiff | tree |
2009-03-20 |
Corbin Simpson | r300-gallium: A bit more invariant state. |
commit | commitdiff | tree |
2009-03-20 |
José Fonseca | gallium: Explain what happens if buffer_flush_mapped_ra... |
commit | commitdiff | tree |
2009-03-20 |
Keith Whitwell | gallium/util: add upload manager helper module |
commit | commitdiff | tree |
2009-03-20 |
Eric Anholt | Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RG... |
commit | commitdiff | tree |
2009-03-20 |
Michal Krol | progs/wgl: Send a resize message after context have... |
commit | commitdiff | tree |
2009-03-20 |
Michal Krol | stw: Do not err on nil context handle in MakeCurrent(). |
commit | commitdiff | tree |
2009-03-20 |
Michal Krol | progs/wgl: Create GL context in a thread that actually... |
commit | commitdiff | tree |
2009-03-20 |
Michal Krol | progs/wgl: Make context current to get GL_RENDERER... |
commit | commitdiff | tree |
2009-03-20 |
Michal Krol | stw: Use u_handle_table to maintain context list. |
commit | commitdiff | tree |
2009-03-20 |
Michal Krol | winsys/gdi: Init state tracker's per-thread data. |
commit | commitdiff | tree |
2009-03-20 |
Michal Krol | stw: Keep per-thread storage for current context and... |
commit | commitdiff | tree |
2009-03-20 |
Michal Krol | slang: Use _mesa_snprintf() wrapper. |
commit | commitdiff | tree |
2009-03-19 |
Alan Hourihane | slang: initialize the context |
commit | commitdiff | tree |
2009-03-19 |
Alan Hourihane | slang: support uniform arrays |
commit | commitdiff | tree |
2009-03-19 |
Jakob Bornecrantz | trace: Formalize on a standard for data size pair |
commit | commitdiff | tree |
2009-03-19 |
Brian Paul | glslcompiler: added new options to override debug/optim... |
commit | commitdiff | tree |
2009-03-19 |
Brian Paul | glsl: change GLSL #pragma initialization |
commit | commitdiff | tree |
2009-03-19 |
Alan Hourihane | egl: fix comment |
commit | commitdiff | tree |
2009-03-19 |
Alan Hourihane | egl: try harder for eglGetProcAddress() |
commit | commitdiff | tree |
2009-03-19 |
Brian Paul | glsl: when debug pragma is on, emit comments about... |
commit | commitdiff | tree |
2009-03-19 |
Alan Hourihane | mesa: check renderbuffer is defined before use. |
commit | commitdiff | tree |
2009-03-19 |
Jakob Bornecrantz | st/gl: Only transfer needed parts in st_TexSubimage |
commit | commitdiff | tree |
2009-03-19 |
Alan Hourihane | slang: if/else/break & if/else/continue work for unroll... |
commit | commitdiff | tree |
2009-03-19 |
Michal Krol | wgl: Add an `-s' option to wglthreads to force single... |
commit | commitdiff | tree |
2009-03-19 |
Michal Krol | swrast: Silence compiler warnings, give better structur... |
commit | commitdiff | tree |
2009-03-19 |
Michal Krol | tgsi: Document vs_2_0 instruction set operations. |
commit | commitdiff | tree |
2009-03-19 |
Michal Krol | tgsi: Document vs_1_1 instruction set operations. |
commit | commitdiff | tree |
2009-03-19 |
Michal Krol | tgsi: Begin documenting ps_2_x instruction set operations. |
commit | commitdiff | tree |
2009-03-18 |
Corbin Simpson | r300-gallium: Emit viewport state. |
commit | commitdiff | tree |
2009-03-18 |
Corbin Simpson | r300-gallium: Viewport state storage. |
commit | commitdiff | tree |
2009-03-18 |
Corbin Simpson | r300-gallium: Fixup registers for viewport state. |
commit | commitdiff | tree |
2009-03-18 |
Brian Paul | mesa: use the IROUND() macro in pixel packing code |
commit | commitdiff | tree |
2009-03-18 |
Alan Hourihane | slang: redo the last commit for if/break & if/continue... |
commit | commitdiff | tree |
2009-03-18 |
Alan Hourihane | Revert "slang: if we detect an if/break or if/continue... |
commit | commitdiff | tree |
2009-03-18 |
Alan Hourihane | slang: if we detect an if/break or if/continue within... |
commit | commitdiff | tree |
2009-03-18 |
Keith Whitwell | st: call _glapi_check_multithread from st_make_current |
commit | commitdiff | tree |
2009-03-18 |
Thomas Hellstrom | stw: Fix makeCurrent. |
commit | commitdiff | tree |
2009-03-18 |
José Fonseca | progs: Build the wgl examples with scons. |
commit | commitdiff | tree |
2009-03-18 |
Jakob Bornecrantz | progs/trivial: Make quad-tex-sub repeat patterns |
commit | commitdiff | tree |
2009-03-18 |
Brian Paul | tests: remove/update old comments |
commit | commitdiff | tree |
2009-03-18 |
Brian Paul | st: need to free/realloc pipe texture when we're handed... |
commit | commitdiff | tree |
2009-03-18 |
Brian Paul | st: clean up some if-statment code |
commit | commitdiff | tree |
2009-03-18 |
Brian Paul | softpipe: more texture transfer fixes. |
commit | commitdiff | tree |
2009-03-18 |
Brian Paul | softpipe: need to set tc->transfer=NULL after destroyin... |
commit | commitdiff | tree |
2009-03-18 |
Brian Paul | st: update texture comments |
commit | commitdiff | tree |
next |