summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-02-05fix bug in perspective corrected interpolants for linesgallium-cylindrical-wrapBrian Paul1-2/+1
2010-02-05progs/tests: add line drawing option to cylwrap.cBrian Paul1-10/+34
2010-02-05progs/tests: add x/y rotation to cylwrap.cBrian Paul1-14/+45
2010-02-05st/mesa: remove special-case cyl-wrap codeBrian Paul1-9/+1
2010-02-05softpipe: Properly implement cylindrical wrapping.Michal Krol1-31/+148
2010-02-05Revert "softpipe: Implement cylindrical wrapping for linear interpolator."Michal Krol1-35/+11
2010-02-04progs/tests: new test program for exercising cylindrical tex wrap modeBrian Paul3-0/+206
2010-02-04st/mesa: check for PROG_PARAM_BIT_CYL_WRAP flagBrian Paul2-5/+22
2010-02-04mesa: add back-door support for cylindrical texture wrap modeBrian Paul2-0/+13
2010-02-03gallium: Remove prefilter member from pipe_sampler_state struct.Michal Krol9-10/+0
2010-02-03docs: Document TGSI Declaration token.Michal Krol1-0/+28
2010-02-03softpipe: Implement cylindrical wrapping for linear interpolator.Michal Krol1-11/+35
2010-02-03tgsi: Gather cylindrical wrap info in tgsi_shader_info struct.Michal Krol2-0/+2
2010-02-03tgsi: Add ureg_DECL_fs_input_cyl().Michal Krol2-52/+94
2010-02-03gallium: Add cylindrical wrap info to TGSI declaration.Michal Krol4-3/+28
2010-02-03tgsi: Remove tgsi_dump_c.[ch].Michal Krol3-512/+0
2010-02-02tgsi: ureg_DECL_gs_input() accepts shader semantics.Michal Krol2-6/+16
2010-02-02vega: implement tgsi_ureg shaders cacheIgor Oliveira1-74/+75
2010-02-02vega: change tgsi asm by tgsi_uregIgor Oliveira1-171/+380
2010-02-02r200: Fix EXT_fogcoord rendering.Pauli Nieminen1-2/+2
2010-02-01r300g: Fix funky segfault.Corbin Simpson2-6/+8
2010-02-02st/egl: Wrong context might be used in eglBindTexImage.Chia-I Wu1-9/+11
2010-02-02docs: Update for EGL environment variables.Chia-I Wu2-2/+7
2010-02-02progs/es2: Fix an assertion failure in tri.Chia-I Wu1-2/+3
2010-02-01st/mesa: fix texture deallocation bugBrian Paul1-12/+10
2010-02-01progs/tests: add another FBO test to exercise a RGBA vs. Z texture bugBrian Paul3-0/+233
2010-02-01mesa: change _mesa_find_free_register() to find multiple free regsBrian Paul3-29/+62
2010-02-01r300g: Inline immediates where possible.Corbin Simpson2-8/+60
2010-02-01st/mesa: remove duplicate calculation of fp input mappingKeith Whitwell5-37/+12
2010-02-01st/mesa: remove dead stfp input_map arrayKeith Whitwell2-12/+0
2010-02-01mesa: added _mesa_print_vp/p_inputs() functions (debug aids)Brian Paul2-0/+47
2010-02-01glslcompiler: add glapi_nop.o to OBJECTSBrian Paul1-0/+1
2010-02-01mesa: Remove unnecessary headers.Vinson Lee3-7/+0
2010-02-01glx: Remove unnecessary headers.Vinson Lee8-12/+0
2010-01-31st/dri: Remove duplicate type qualifier.Vinson Lee1-1/+1
2010-01-31i965g: Add missing va_end.Vinson Lee1-0/+1
2010-01-31r300g: Fix memory leak on memory allocation failure.Vinson Lee1-1/+4
2010-01-31r600: Remove duplicate assignment.Vinson Lee1-1/+1
2010-01-31egl: Remove unnecessary headers.Vinson Lee3-3/+0
2010-02-01nv04: Update to new nouveau_class.hMarcin Koƛcielnicki1-20/+20
2010-02-01nv50/nv40/nv30: fix small memory leak of nouveau_resources on screen_destroyMarcin Slusarz3-6/+9
2010-02-01nv10, nv20: Fix build.Francisco Jerez2-2/+2
2010-01-31egl: Clean up surface attributes.Chia-I Wu3-57/+127
2010-01-31egl: Add support for more EGLImage extensions to EGL core.Chia-I Wu4-11/+60
2010-01-31st/mesa: Remove unnecessary headers.Vinson Lee3-3/+0
2010-01-31mesa: Remove unnecessary headers.Vinson Lee4-10/+0
2010-01-31i965: Silence uninitialized variable warning.Vinson Lee1-1/+1
2010-01-30r300g: Silence uninitialized variable warning.Vinson Lee1-1/+1
2010-01-31egl: Surface type validaction should depend on extensions supported.Chia-I Wu1-1/+2
2010-01-31egl: Initialize display configs with the display.Chia-I Wu5-6/+8