summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-12st/xorg: Remove flushes no longer necessary thanks to context transfers.Michel Dänzer
2010-03-12glx/single2.c: Don't call __builtin_expect on non-gnu compilersAlan Coopersmith
2010-03-12Merge branch '7.8'Michel Dänzer
2010-03-12vmwgfx/dri: Fix SCons build.Michel Dänzer
2010-03-12st/dri: Always try to set up R5G6B5 configs.Michel Dänzer
2010-03-12r100/r200/r300/r300: only enable accelerated pixel ops with kmsAlex Deucher
2010-03-12dri/r700: include shader/programopt.h instead of programopt.c.Luc Verhaegen
2010-03-12Add programs to .gitignore in redbookJeff Smith
2010-03-12Add programs to .gitignore in xdemosJeff Smith
2010-03-12Add -L$(libdir) for xdemos and egl so that the right libX11 is foundJeff Smith
2010-03-12Grammar and spelling fixesJeff Smith
2010-03-12cso: Remove set/save/restore_vertex_sampler_textures().Michal Krol
2010-03-12st/mesa: Associate a sampler view with an st texture object.Michal Krol
2010-03-12cso: Add entry points for vertex/fragment sampler views.Michal Krol
2010-03-12st/xorg: context transfersKeith Whitwell
2010-03-12gallium: fix BGRA vertex color swizzlesMarek Olšák
2010-03-12st/mesa: Always recalculate invalid index bounds.Corbin Simpson
2010-03-12st/mesa: Update debug infos.Corbin Simpson
2010-03-12r300g: Properly clamp index limits.Corbin Simpson
2010-03-12Merge commit 'origin/gallium-context-transfers-2'Keith Whitwell
2010-03-12mesa: fix linux-dri and autogen builds since sw-api-2 mergeKeith Whitwell
2010-03-11radeon: Fix memory leaks from early return.Vinson Lee
2010-03-12st/glx: Add xm_st.c to SConscript.Chia-I Wu
2010-03-11llvmpipe: Remove unnecessary header.Vinson Lee
2010-03-12st/mesa: Check the format before adding depth/stencil buffers.Chia-I Wu
2010-03-12st/glx: Return a better format in choose_depth_stencil_format.Chia-I Wu
2010-03-12st/glx: Fix an infinite recursion in flush_front.Chia-I Wu
2010-03-12st/glx: Use st_api.h instead of st_public.h.Chia-I Wu
2010-03-12st/egl: Use st_api.h instead of st_public.h.Chia-I Wu
2010-03-12winsys/xlib, st/es: Advertise st_api.h support.Chia-I Wu
2010-03-12st/mesa: Implement st_api.h.Chia-I Wu
2010-03-12st/vega: Implement st_api.h.Chia-I Wu
2010-03-12gallium: Add st_api.h.Chia-I Wu
2010-03-11Change type of function_identifier to silence bison warningIan Romanick
2010-03-11Add parameters to function declarations in the correct orderIan Romanick
2010-03-11gallivm: checkpoint WIP cubemap codeBrian Paul
2010-03-11gallivm: added lp_build_sum_vector()Brian Paul
2010-03-11softpipe: further tighen up sample_cube()Brian Paul
2010-03-11Initial pass at resolving function callsIan Romanick
2010-03-11Default function parameters to 'in' instead of autoIan Romanick
2010-03-11Add a handful of simple tests for function calls in constructorsIan Romanick
2010-03-11softpipe: tighten up the code in sample_cube()Brian Paul
2010-03-11Add ir_call call to represent function calls.Ian Romanick
2010-03-11Fix broken constructor of ir_instruction base classIan Romanick
2010-03-11Track generation of errors and halt compilation appropriatelyIan Romanick
2010-03-11st/mesa: s/BUFFER_FRONT_LEFT/surfIndex/Brian Paul
2010-03-11gallivm: enable 3D texture samplingBrian Paul
2010-03-11progs/demos: added 'f' key to toggle filtering mode in stex3d.cBrian Paul
2010-03-11gallivm/llvmpipe: replace 'int stride' with 'int row_stride[MAX_LEVELS]'Brian Paul
2010-03-11llvmpipe: fix comment typoBrian Paul