mesa.git
2007-12-19 Ben Skeggsnouveau: remove sync hack, gallium got sort-of fixed.
2007-12-19 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2007-12-18 Brianturn off TGSI_DEBUG
2007-12-18 Brianfix bug on GL_VERTEX_PROGRAM_TWO_SIDE path
2007-12-18 Briansetup the frontface register (fog.y, ATM)
2007-12-18 Brianfix some semantic info mix-ups in calculate_vertex_layout()
2007-12-18 Keith Whitwellgallium: rationalize vertex_element state packet
2007-12-18 Keith Whitwellgallium: give userbuffers some storage in the aub buffe...
2007-12-18 Keith Whitwellvbo: unmap and remap immediate vbo before/after each...
2007-12-18 Zack Rusini965: don't treat swz differently and upload vertex...
2007-12-18 Brianobsolete
2007-12-18 Ben Skeggsnouveau: match latest gallium changes
2007-12-18 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2007-12-17 Brianupdates for depth/stencil/alpha state
2007-12-17 BrianEmit declarations for constants (references to the...
2007-12-17 Zack Rusini965: index the destination offset with regards to...
2007-12-17 Zack Rusini965: return false when the function fails, not succeeds
2007-12-17 Zack RusinAdd the new test program for fp's.
2007-12-17 Keith Whitwellgallium: incorporate alpha state into depth_stencil...
2007-12-17 Ben Skeggsnv40: fix valgrind complaints
2007-12-17 Ben Skeggsnv40: clean state a bit
2007-12-17 Keith Whitwell965: remove dead state atom decls
2007-12-17 Keith Whitwell965: fix for non-indexed draw path
2007-12-17 Keith Whitwell965: fix/hack check for NULL texunit in state upload
2007-12-17 Keith Whitwell965: fix ExtDivide check
2007-12-17 Keith Whitwell965: put brw_constant_buffer atom directly in update...
2007-12-16 Brianswitch on cpp instead of format
2007-12-16 Ben Skeggsnouveau: bump pushbuf size a little, so a "full" packet...
2007-12-16 Ben Skeggsnv40: colormask thinko
2007-12-16 Ben Skeggsnv40: don't use vertex buffers for static vertices.
2007-12-16 Ben Skeggsnouveau: some cleanups
2007-12-16 Ben Skeggsnv40: fix culling
2007-12-16 Ben Skeggsnv40: typo
2007-12-16 Ben Skeggsnv40: fp support for TGSI_FILE_IMMEDIATE.
2007-12-16 Ben Skeggsnv40: grow fragprog as needed
2007-12-16 Ben Skeggsnv40: destroy programs
2007-12-16 Ben Skeggsnv40: make vbo state update static
2007-12-15 Brianrename some 'mesa' functions
2007-12-15 BrianUse tile functions in new p_tile.[ch]
2007-12-15 BrianRe-usable tile get/put functions
2007-12-15 Briandon't allocate scratch tile in sp_tile_cache_flush_clea...
2007-12-15 Ben Skeggsnouveau: move extension stuff into nouveau_screen.c
2007-12-14 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2007-12-14 BrianAdded origin_lower_left field to pipe_rasterizer_state
2007-12-14 Brianupdate_samplers() didn't respect the sampler->texunit...
2007-12-14 Brianset SamplerUnit[] entry in load_texture() just to be...
2007-12-14 Brianemit tgsi declarations for texture samplers
2007-12-14 Brianset program->SamplersUsed bit when using a texture...
2007-12-14 BrianDon't always declare frag shader INPUT[0] as fragment...
2007-12-14 Brianupdate comment for TGSI_TOKEN_TYPE_IMMEDIATE case
2007-12-14 Ben Skeggsnv40: less dodgy vp const/insn handling
2007-12-14 Brianadd missing code for PIPE_FORMAT_S8_UNORM renderbuffer
2007-12-14 Brianremove unused var
2007-12-13 Keith Whitwell965: get brw_wm_surface_state compiling again
2007-12-13 Keith Whitwell965: get fragment shader compiler compiling
2007-12-13 Zack Rusini965: make the wm_surface compile
2007-12-13 Keith Whitwell965: implement magic buffer offset callback
2007-12-13 Keith Whitwell965: magic callback to get buffer offset
2007-12-13 BrianAdd QuadX,Y fields to tgsi_exec_machine to pass quad...
2007-12-13 Keith Whitwell965: missing code from last commit
2007-12-13 Keith Whitwell965: remove dead code
2007-12-13 Keith Whitwell965: remove dead code
2007-12-13 Keith Whitwell965: remove dead code
2007-12-13 Keith Whitwell965: remove dead code
2007-12-13 Keith Whitwell965: remove reference to metaops
2007-12-13 Keith Whitwell965: use state atom array directly
2007-12-13 Keith Whitwell965: calculate nr enabled vbos on the fly
2007-12-13 Zack RusinActually allocate the output registers.
2007-12-13 Zack RusinDon't generate spurious vs, move the enable a bit to...
2007-12-13 Ben Skeggsnv40: Do all fp setup in nv40_fragprog.c
2007-12-13 Ben Skeggsnouveau: mass renaming for consistency, no functional...
2007-12-13 Ben Skeggsnouveau: more adaption..
2007-12-12 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2007-12-12 Brianadded r5g5b5_put_tile_rgba()
2007-12-12 BrianRemove get/put_tile_rgba() functions.
2007-12-12 Brianremove #include
2007-12-12 BrianMove float/rgba tile get/put functions into new file.
2007-12-12 BrianPIPE_SCREEN_SURFACE no longer needed
2007-12-12 BrianRe-org of st_create_framebuffer() and renderbuffer...
2007-12-12 Brianmove some code to avoid deref of NULL ptr
2007-12-12 Keith Whitwell965: remove complex compiler for simple fragment programs.
2007-12-12 Keith Whitwell965: sketch changes to brw_wm_surface_state.c
2007-12-12 Keith Whitwell965: delete dead files
2007-12-12 Keith Whitwell965: delete dead files
2007-12-12 Keith Whitwell965: delete dead files
2007-12-12 Brianremove old assertion
2007-12-12 Brianadd PIPE_FORMAT_R5G6B5_UNORM to list of supported scree...
2007-12-12 Brianupdate format param type
2007-12-12 BrianTry PIPE_FORMAT_R5G6B5_UNORM for GL_RGB5 request.
2007-12-12 Brianfix some mistakes in the _PIPE_FORMAT_x #defines
2007-12-12 Zack Rusini965: compile vertex shaders and emit hardware instructions
2007-12-12 José FonsecaAdd src/mesa to include path.
2007-12-12 Ben Skeggsnouveau: take jumps into account properly when debuggin...
2007-12-12 Ben Skeggsnv40: Fix bug in vtxprog + a few tweaks
2007-12-12 Ben Skeggsnv40: small bug
2007-12-12 Zack Rusini915tex: remove. it's deprecated and causes merge problems
2007-12-12 Ben Skeggsnouveau: adapt
2007-12-12 Brianremove more -I paths
2007-12-12 Brianprefix some #includes
2007-12-12 Briantrim down #includes
next