index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
state_tracker
Age
Commit message (
Expand
)
Author
2007-11-05
Introduce st_framebuffer type and st_create_framebuffer(), st_make_current()
Brian
2007-11-05
added check for fb==NULL
Brian
2007-11-05
include context.h
Brian
2007-11-05
call FLUSH_VERTICES() in st_flush()
Brian
2007-11-05
public st_flush()
Brian
2007-11-04
Check if the user/texenvprogram is just a pass-through program and skip progr...
Brian
2007-11-02
Renaming llvmtgsi to gallivm. Taking first steps on the way to supporting
Zack Rusin
2007-11-01
Start re-working SwapBuffers.
Brian
2007-11-01
Sketch out new create/destroy context functions which create/wrap a Mesa cont...
Brian
2007-11-01
silence the finalize_mipmap_tree msg
Brian
2007-11-01
plug in _mesa_test_proxy_teximage, temporarily
Brian
2007-11-01
remove dead code
Brian
2007-11-01
remove unneeded tnl stuff
Brian
2007-10-31
No longer need st_update_tnl atom
Brian
2007-10-31
Use ffvertex_prog.c code instead of t_vp_build.c code.
Brian
2007-10-31
Lift VBO/tnl stuff up out of drivers
Brian
2007-10-31
plug st_invalidate_state() into ctx->Driver.UpdateState
Brian
2007-10-30
Implement shader concatenation for glBitmap.
Brian
2007-10-30
combine shaders for glCopyPixels
Brian
2007-10-30
Use program serial numbers to avoid re-generating fragment programs for glDra...
Brian
2007-10-30
Before calling texformat->StoreImage() set _ImageTransferState=0 since we'll ...
Brian
2007-10-30
color matrix
Brian
2007-10-30
start using program cache
Brian
2007-10-30
added pixel_transfer_cache
Brian
2007-10-30
tgsi_translate_mesa_program: Don't crash when program->Parameters == NULL.
Michel Dänzer
2007-10-30
Disable debug code.
Brian
2007-10-30
Remove obsolete files
Brian
2007-10-30
Rename file since it's now a state atom
Brian
2007-10-30
checkpoint: combine pixel transfer and user shader for glDrawPixels
Brian
2007-10-30
make st_upload_constants() public
Brian
2007-10-30
added pixel_transfer_program field
Brian
2007-10-30
added st_update_pixel_transfer atom
Brian
2007-10-30
bug fixes, implement state atom for pixel transfer
Brian
2007-10-30
Set _NEW_BUFFERS in glRead/DrawBuffer().
Brian
2007-10-30
comment unused 'cb' field
Brian
2007-10-30
update comments, fix typo
Brian
2007-10-30
Initial version of st_get_pixel_transfer_program().
Brian
2007-10-30
Enable immediates in TGSI and work with them in LLVM code.
Zack Rusin
2007-10-29
Make it compile under linux.
Michal Krol
2007-10-29
remove dead code
Brian
2007-10-29
check for signed vs. unsigned in st_get_format_info() - fixes accum buffer fa...
Brian
2007-10-29
simplify code which access the current vertex/fragment shaders
Brian
2007-10-29
Remove typedefs from enums.
Zack Rusin
2007-10-29
Refactor the LLVM code a bit.
Zack Rusin
2007-10-29
Remove TGSI_INTERPOLATE_ATTRIB.
Michal Krol
2007-10-29
Fix newlines.
Michal Krol
2007-10-28
Update comments.
Michal Krol
2007-10-28
Replace supported_formats with is_format_supported interface.
Michal Krol
2007-10-28
Declare temporaries in a more compact fashion.
michal
2007-10-28
Declare temporaries in a more compact fashion.
michal
[next]